Go to the source code of this file.
◆ EIGEN_MAKE_IMAGE_HELPERS
#define EIGEN_MAKE_IMAGE_HELPERS |
( |
|
DecompositionType | ) |
|
Value: typedef typename DecompositionType::MatrixType MatrixType; \
typedef typename MatrixType::Scalar Scalar; \
typedef typename MatrixType::RealScalar RealScalar; \
using Base::dec; \
using Base::originalMatrix; \
using Base::rank; \
using Base::rows; \
using Base::cols; \
image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
: Base(dec, originalMatrix) {}