Go to the source code of this file.
Functions | |
template<typename MatType > | |
Eigen::Ref< MatType > | asRef (const int rows, const int cols) |
BOOST_PYTHON_MODULE (eigen_ref) | |
template<typename MatType > | |
void | fill (Eigen::Ref< MatType > mat, const typename MatType::Scalar &value) |
template<typename MatType > | |
void | printMatrix (const Eigen::Ref< const MatType > mat) |
template<typename VecType > | |
void | printVector (const Eigen::Ref< const VecType > &vec) |
template<typename MatType > | |
void | setOnes (Eigen::Ref< MatType > mat) |
Eigen::Ref<MatType> asRef | ( | const int | rows, |
const int | cols | ||
) |
Definition at line 41 of file eigen_ref.cpp.
BOOST_PYTHON_MODULE | ( | eigen_ref | ) |
Definition at line 48 of file eigen_ref.cpp.
void fill | ( | Eigen::Ref< MatType > | mat, |
const typename MatType::Scalar & | value | ||
) |
Definition at line 35 of file eigen_ref.cpp.
void printMatrix | ( | const Eigen::Ref< const MatType > | mat | ) |
Definition at line 13 of file eigen_ref.cpp.
void printVector | ( | const Eigen::Ref< const VecType > & | vec | ) |
Definition at line 22 of file eigen_ref.cpp.
void setOnes | ( | Eigen::Ref< MatType > | mat | ) |
Definition at line 29 of file eigen_ref.cpp.