Go to the source code of this file.
|
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 |
|
) |
| |
Value: \
typedef Matrix<Type, Size, Dynamic> Matrix##Size##X##TypeSuffix; \ \
typedef Matrix<Type, Dynamic, Size> Matrix##X##Size##TypeSuffix;
Definition at line 17 of file complex.cpp.
#define EIGEN_MAKE_TYPEDEFS |
( |
|
Type, |
|
|
|
TypeSuffix, |
|
|
|
Size, |
|
|
|
SizeSuffix |
|
) |
| |
Value: \
typedef Matrix<Type, Size, Size> Matrix##SizeSuffix##TypeSuffix; \ \
typedef Matrix<Type, Size, 1> Vector##SizeSuffix##TypeSuffix; \ \
typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
Definition at line 9 of file complex.cpp.
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES |
( |
|
Type, |
|
|
|
TypeSuffix |
|
) |
| |
Value:#define EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size)
#define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix)
Definition at line 23 of file complex.cpp.
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 | ) |
|