CAPD DynSys Library
5.2.0
|
#include <capd/dynsys/deprecated/VLin3D.h>
Public Types | |
typedef MatrixT | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
Public Member Functions | |
VLin3D (const ScalarType &a_a00, const ScalarType &a_a01, const ScalarType &a_a02, const ScalarType &a_a10, const ScalarType &a_a11, const ScalarType &a_a12, const ScalarType &a_a20, const ScalarType &a_a21, const ScalarType &a_a22) | |
VectorType | f (const VectorType &iv) const |
MatrixType | df (const VectorType &iv) const |
MatrixType | d2f (int i, const VectorType &iv) const |
Public Attributes | |
MatrixType | a |
typedef MatrixT capd::dynsys::VLin3D< MatrixT >::MatrixType |
typedef MatrixType::ScalarType capd::dynsys::VLin3D< MatrixT >::ScalarType |
typedef MatrixType::RowVectorType capd::dynsys::VLin3D< MatrixT >::VectorType |
capd::dynsys::VLin3D< MatrixType >::VLin3D | ( | const ScalarType & | a_a00, |
const ScalarType & | a_a01, | ||
const ScalarType & | a_a02, | ||
const ScalarType & | a_a10, | ||
const ScalarType & | a_a11, | ||
const ScalarType & | a_a12, | ||
const ScalarType & | a_a20, | ||
const ScalarType & | a_a21, | ||
const ScalarType & | a_a22 | ||
) |
MatrixType capd::dynsys::VLin3D< MatrixType >::d2f | ( | int | i, |
const VectorType & | iv | ||
) | const |
MatrixType capd::dynsys::VLin3D< MatrixType >::df | ( | const VectorType & | iv | ) | const |
VLin3D< MatrixType >::VectorType capd::dynsys::VLin3D< MatrixType >::f | ( | const VectorType & | iv | ) | const |
MatrixType capd::dynsys::VLin3D< MatrixT >::a |