CAPD DynSys Library
5.2.0
|
General function for Newton or Krawczyk method f:R^n -> R^n. More...
#include <capd/newton/Mapping.h>
Public Types | |
typedef MatrixType::RowVectorType | VectorType |
Public Member Functions | |
virtual MatrixType::RowVectorType | operator() (const VectorType &X)=0 |
virtual MatrixType | operator[] (const VectorType &X)=0 |
virtual MatrixType::RowVectorType | operator() (const VectorType &X, MatrixType &dF)=0 |
virtual int | dimension ()=0 |
virtual | ~Mapping () |
General function for Newton or Krawczyk method f:R^n -> R^n.
typedef MatrixType::RowVectorType capd::newton::Mapping< MatrixType >::VectorType |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |