#include "vnl_amoeba.h"#include <vcl_cstdio.h>#include <vcl_cstdlib.h>#include <vcl_iostream.h>#include <vcl_vector.h>#include <vnl/vnl_math.h>#include <vnl/vnl_vector.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 | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vnl_amoeba_SimplexCorner &simplex) |
| vcl_ostream & | operator<< (vcl_ostream &s, const vcl_vector< vnl_amoeba_SimplexCorner > &simplex) |
| bool | operator== (const vnl_amoeba_SimplexCorner &a, const vnl_amoeba_SimplexCorner &b) |
Definition in file vnl_amoeba.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vnl_amoeba_SimplexCorner & | simplex | ||
| ) |
Definition at line 151 of file vnl_amoeba.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vcl_vector< vnl_amoeba_SimplexCorner > & | simplex | ||
| ) |
Definition at line 157 of file vnl_amoeba.cxx.
| bool operator== | ( | const vnl_amoeba_SimplexCorner & | a, |
| const vnl_amoeba_SimplexCorner & | b | ||
| ) |
Definition at line 165 of file vnl_amoeba.cxx.
1.7.5.1