All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Namespaces | Typedefs
jacobian.h File Reference

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.

Data Structures

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).
Hosted at Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads..