CAPD DynSys Library
5.2.0
|
Affine Coordinate system Change y = y0 + B*(x-x0) More...
#include <capd/dynset/AffineCoordinateChange.h>
Public Types | |
typedef MatrixT | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
Public Member Functions | |
AffineCoordinateChange (const VectorType &x0, const MatrixType &B, const VectorType &y0) | |
VectorType | operator() (const VectorType &x) const |
returns x in the new coordinates More... | |
MatrixType | operator[] (const VectorType &) const |
returns derivative of coordinate change More... | |
AffineCoordinateChange | inverse () const |
Affine Coordinate system Change y = y0 + B*(x-x0)
typedef MatrixT capd::dynset::AffineCoordinateChange< MatrixT >::MatrixType |
typedef MatrixType::ScalarType capd::dynset::AffineCoordinateChange< MatrixT >::ScalarType |
typedef MatrixType::RowVectorType capd::dynset::AffineCoordinateChange< MatrixT >::VectorType |
|
inline |
|
inline |
|
inline |
returns x in the new coordinates
|
inline |
returns derivative of coordinate change