CAPD DynSys Library 5.2.0
capd::dynsys::VLin3D< MatrixT > Class Template Reference

#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
 

Member Typedef Documentation

◆ MatrixType

template<typename MatrixT >
typedef MatrixT capd::dynsys::VLin3D< MatrixT >::MatrixType

◆ ScalarType

template<typename MatrixT >
typedef MatrixType::ScalarType capd::dynsys::VLin3D< MatrixT >::ScalarType

◆ VectorType

template<typename MatrixT >
typedef MatrixType::RowVectorType capd::dynsys::VLin3D< MatrixT >::VectorType

Constructor & Destructor Documentation

◆ VLin3D()

template<typename MatrixType >
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 
)

Member Function Documentation

◆ d2f()

template<typename MatrixType >
MatrixType capd::dynsys::VLin3D< MatrixType >::d2f ( int  i,
const VectorType iv 
) const

◆ df()

template<typename MatrixType >
MatrixType capd::dynsys::VLin3D< MatrixType >::df ( const VectorType iv) const

◆ f()

template<typename MatrixType >
VLin3D< MatrixType >::VectorType capd::dynsys::VLin3D< MatrixType >::f ( const VectorType iv) const

Member Data Documentation

◆ a

template<typename MatrixT >
MatrixType capd::dynsys::VLin3D< MatrixT >::a