|
|
typedef Eigen::MatrixXd | dueca::Matrix |
| | a normal matrix, allocates its own storage
|
| |
|
typedef Eigen::Map< Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > > | dueca::MatrixE |
| | a matrix that takes external storage
|
| |
|
typedef Eigen::Map< const Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > > | dueca::cMatrixE |
| | a const matrix that takes external storage
|
| |
|
typedef Eigen::VectorXd | dueca::Vector |
| | a normal vector, allocates its own storage
|
| |
|
typedef Eigen::Map< Eigen::VectorXd > | dueca::VectorE |
| | a vector that takes external storage
|
| |
|
typedef Eigen::Map< Eigen::VectorXf > | dueca::VectorfE |
| | float vector, external storage
|
| |
|
typedef Eigen::Map< const Eigen::VectorXd > | dueca::cVectorE |
| | constant double vector, external storage
|
| |
Utilities for axis transformations.