Go to the source code of this file.
Functions | |
template<typename MatrixDerived > | |
MatrixDerived | base (const Eigen::MatrixBase< MatrixDerived > &m) |
BOOST_PYTHON_MODULE (matrix) | |
Eigen::MatrixXd | emptyMatrix () |
Eigen::VectorXd | emptyVector () |
template<typename Scalar > | |
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | matrix1x1 (const Scalar &value) |
template<typename Scalar > | |
Eigen::Matrix< Scalar, 6, 6 > | matrix6 (const Scalar &value) |
Eigen::MatrixXd | naturals (int R, int C, bool verbose) |
Eigen::VectorXd | naturals (int R, bool verbose) |
Eigen::Matrix3d | naturals (bool verbose) |
template<typename MatrixDerived > | |
MatrixDerived | plain (const Eigen::PlainObjectBase< MatrixDerived > &m) |
template<typename MatType > | |
Eigen::MatrixXd | reflex (const MatType &M, bool verbose) |
template<typename Scalar > | |
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | vector1x1 (const Scalar &value) |
MatrixDerived base | ( | const Eigen::MatrixBase< MatrixDerived > & | m | ) |
Definition at line 79 of file matrix.cpp.
BOOST_PYTHON_MODULE | ( | matrix | ) |
Definition at line 97 of file matrix.cpp.
Eigen::MatrixXd emptyMatrix | ( | ) |
Definition at line 30 of file matrix.cpp.
Eigen::VectorXd emptyVector | ( | ) |
Definition at line 23 of file matrix.cpp.
Eigen::Matrix<Scalar,Eigen::Dynamic,Eigen::Dynamic> matrix1x1 | ( | const Scalar & | value | ) |
Definition at line 17 of file matrix.cpp.
Eigen::Matrix<Scalar,6,6> matrix6 | ( | const Scalar & | value | ) |
Definition at line 91 of file matrix.cpp.
Eigen::MatrixXd naturals | ( | int | R, |
int | C, | ||
bool | verbose | ||
) |
Definition at line 35 of file matrix.cpp.
Eigen::VectorXd naturals | ( | int | R, |
bool | verbose | ||
) |
Definition at line 47 of file matrix.cpp.
Eigen::Matrix3d naturals | ( | bool | verbose | ) |
Definition at line 58 of file matrix.cpp.
MatrixDerived plain | ( | const Eigen::PlainObjectBase< MatrixDerived > & | m | ) |
Definition at line 85 of file matrix.cpp.
Eigen::MatrixXd reflex | ( | const MatType & | M, |
bool | verbose | ||
) |
Definition at line 71 of file matrix.cpp.
Eigen::Matrix<Scalar,Eigen::Dynamic,1> vector1x1 | ( | const Scalar & | value | ) |
Definition at line 10 of file matrix.cpp.