#include "eigenpy/eigenpy.hpp"
Go to the source code of this file.
Namespaces | |
Eigen | |
Macros | |
#define | EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size) |
#define | EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) |
#define | EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix) |
Functions | |
template<typename Scalar , int Rows, int Cols, int Options> | |
Eigen::Matrix< std::complex< Scalar >, Rows, Cols, Options > | ascomplex (const Eigen::Matrix< Scalar, Rows, Cols, Options > &mat) |
BOOST_PYTHON_MODULE (complex) | |
template<typename ComplexMatrix > | |
Eigen::Matrix< typename ComplexMatrix::RealScalar, ComplexMatrix::RowsAtCompileTime, ComplexMatrix::ColsAtCompileTime, ComplexMatrix::Options > | imag (const Eigen::MatrixBase< ComplexMatrix > &complex_mat) |
template<typename ComplexMatrix > | |
Eigen::Matrix< typename ComplexMatrix::RealScalar, ComplexMatrix::RowsAtCompileTime, ComplexMatrix::ColsAtCompileTime, ComplexMatrix::Options > | real (const Eigen::MatrixBase< ComplexMatrix > &complex_mat) |
#define EIGEN_MAKE_FIXED_TYPEDEFS | ( | Type, | |
TypeSuffix, | |||
Size | |||
) |
Definition at line 16 of file complex.cpp.
#define EIGEN_MAKE_TYPEDEFS | ( | Type, | |
TypeSuffix, | |||
Size, | |||
SizeSuffix | |||
) |
Definition at line 8 of file complex.cpp.
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES | ( | Type, | |
TypeSuffix | |||
) |
Definition at line 22 of file complex.cpp.
Eigen::Matrix<std::complex<Scalar>, Rows, Cols, Options> ascomplex | ( | const Eigen::Matrix< Scalar, Rows, Cols, Options > & | mat | ) |
Definition at line 56 of file complex.cpp.
BOOST_PYTHON_MODULE | ( | complex | ) |
Definition at line 62 of file complex.cpp.
Eigen::Matrix<typename ComplexMatrix::RealScalar, ComplexMatrix::RowsAtCompileTime, ComplexMatrix::ColsAtCompileTime, ComplexMatrix::Options> imag | ( | const Eigen::MatrixBase< ComplexMatrix > & | complex_mat | ) |
Definition at line 51 of file complex.cpp.
Eigen::Matrix<typename ComplexMatrix::RealScalar, ComplexMatrix::RowsAtCompileTime, ComplexMatrix::ColsAtCompileTime, ComplexMatrix::Options> real | ( | const Eigen::MatrixBase< ComplexMatrix > & | complex_mat | ) |
Definition at line 43 of file complex.cpp.