diffbifn Class Reference

Class representing a differentiable function of two variables $f(x,u)$. More...

#include <libFN.h>

Inheritance diagram for diffbifn:

Inheritance graph
[legend]
Collaboration diagram for diffbifn:

Collaboration graph
[legend]

List of all members.

Public Member Functions

vec eval (const vec &cond)
 Evaluates $f(x0,u0)$ (VS: Do we really need common eval? ).
virtual vec eval (const vec &x0, const vec &u0)
 Evaluates $f(x0,u0)$.
virtual void dfdx_cond (const vec &x0, const vec &u0, mat &A, bool full=true)
 Evaluates $A=\frac{d}{dx}f(x,u)|_{x0,u0}$ and writes result into A .
virtual void dfdu_cond (const vec &x0, const vec &u0, mat &A, bool full=true)
 Evaluates $A=\frac{d}{du}f(x,u)|_{x0,u0}$ and writes result into A .
 diffbifn (const RV rvx0, const RV rvu0)
 Default constructor (dimy is not set!).
int _dimx () const
 access function
int _dimu () const
 access function
int _dimy () const
 access function

Protected Attributes

RV rvx
RV rvu
int dimx
int dimu
int dimy


Detailed Description

Class representing a differentiable function of two variables $f(x,u)$.

Function of two variables.

TODO: 1) Technically, it could have a common parent (e.g. fnc ) with other functions. For now, we keep it as it is. 2) It could be generalized into multivariate form, (which was original meaning of fnc ).


Member Function Documentation

virtual void diffbifn::dfdx_cond ( const vec &  x0,
const vec &  u0,
mat &  A,
bool  full = true 
) [inline, virtual]

Evaluates $A=\frac{d}{dx}f(x,u)|_{x0,u0}$ and writes result into A .

Parameters:
full denotes that even unchanged entries are to be rewritten. When, false only the changed elements are computed.

Reimplemented in bilinfn.

virtual void diffbifn::dfdu_cond ( const vec &  x0,
const vec &  u0,
mat &  A,
bool  full = true 
) [inline, virtual]

Evaluates $A=\frac{d}{du}f(x,u)|_{x0,u0}$ and writes result into A .

Parameters:
full denotes that even unchanged entries are to be rewritten. When, false only the changed elements are computed.

Reimplemented in bilinfn.


The documentation for this class was generated from the following file:
Generated on Mon Feb 18 21:48:41 2008 for mixpp by  doxygen 1.5.3