Image.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< image_retval_base< DecompositionType > >
 
class  Eigen::internal::image_retval_base< DecompositionType_ >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Macros

#define EIGEN_MAKE_IMAGE_HELPERS(DecompositionType)
 

Macro Definition Documentation

◆ EIGEN_MAKE_IMAGE_HELPERS

#define EIGEN_MAKE_IMAGE_HELPERS (   DecompositionType)
Value:
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) {}
int rows
Definition: Tutorial_commainit_02.cpp:1
int cols
Definition: Tutorial_commainit_02.cpp:1
SCALAR Scalar
Definition: bench_gemm.cpp:45
NumTraits< Scalar >::Real RealScalar
Definition: bench_gemm.cpp:46
MatrixXf MatrixType
Definition: benchmark-blocking-sizes.cpp:52