Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
jac_funct_fptr< vec_t, mat_t > Class Template Reference

Function pointer to jacobian.

#include <jacobian.h>

Inheritance diagram for jac_funct_fptr< vec_t, mat_t >:
jac_funct< vec_t, mat_t >

Detailed Description

template<class vec_t = ovector_base, class mat_t = omatrix_base>
class jac_funct_fptr< vec_t, mat_t >

Definition at line 78 of file jacobian.h.

Public Member Functions

 jac_funct_fptr (int(*fp)(size_t nv, vec_t &x, vec_t &y, mat_t &j))
 Specify the function pointer.
virtual int operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j)
 The operator()

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.