File for Jacobian evaluation and function classes. More...
#include <string>
#include <o2scl/mm_funct.h>
#include <o2scl/deriv_gsl.h>
#include <o2scl/columnify.h>
#include <o2scl/vector.h>
Go to the source code of this file.
Classes | |
class | o2scl::jacobian< func_t, vec_t, mat_t > |
Base for providing a numerical jacobian [abstract base]. More... | |
class | o2scl::jacobian_gsl< func_t, vec_t, mat_t > |
Simple automatic Jacobian. More... | |
class | o2scl::jacobian_exact< func_t, vec_t, mat_t > |
A direct calculation of the jacobian using a deriv_base object. More... | |
struct | o2scl::jacobian_exact< func_t, vec_t, mat_t >::ej_parms |
Parameter structure for passing information. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Typedefs | |
typedef std::function< int(size_t, boost::numeric::ublas::vector< double > &, size_t, boost::numeric::ublas::vector< double > &, boost::numeric::ublas::matrix< double > &) > | o2scl::jac_funct11 |
Jacobian function (not necessarily square) | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).