#include <cstdio>#include <cstdlib>#include <iostream>#include <vector>#include "vnl_amoeba.h"#include <vnl/vnl_math.h>#include <vnl/vnl_cost_function.h>#include <vnl/vnl_least_squares_function.h>Go to the source code of this file.
Classes | |
| struct | vnl_amoebaFit |
| class | vnl_amoeba_LSCF |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const vnl_amoeba_SimplexCorner &simplex) |
| std::ostream & | operator<< (std::ostream &s, const std::vector< vnl_amoeba_SimplexCorner > &simplex) |
| bool | operator== (const vnl_amoeba_SimplexCorner &a, const vnl_amoeba_SimplexCorner &b) |
Definition in file vnl_amoeba.cxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const vnl_amoeba_SimplexCorner & | simplex | ||
| ) |
Definition at line 129 of file vnl_amoeba.cxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const std::vector< vnl_amoeba_SimplexCorner > & | simplex | ||
| ) |
Definition at line 135 of file vnl_amoeba.cxx.
| bool operator== | ( | const vnl_amoeba_SimplexCorner & | a, |
| const vnl_amoeba_SimplexCorner & | b | ||
| ) |
Definition at line 143 of file vnl_amoeba.cxx.
1.8.15