File defining o2scl::fit_base and fitting functions. More...
#include <string>#include <o2scl/jacobian.h>#include <o2scl/mm_funct.h>Go to the source code of this file.
Classes | |
| class | o2scl::fit_funct_strings |
| String fitting function. More... | |
| class | o2scl::gen_fit_funct< vec_t, mat_t > |
| Generalized fitting function [abstract base]. More... | |
| class | o2scl::chi_fit_funct< vec_t, mat_t, fit_func_t > |
| Standard fitting function based on one-dimensional data with a numerical Jacobian. More... | |
| class | o2scl::fit_base< func_t, vec_t, mat_t > |
| Non-linear least-squares fitting [abstract base]. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Typedefs | |
| typedef std::function< double(size_t, const boost::numeric::ublas::vector< double > &, double)> | o2scl::fit_funct |
| Array of multi-dimensional functions typedef (C++11 version) in src/fit/fit_base.h. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).