Classes | Namespaces | Macros
Image.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define EIGEN_MAKE_IMAGE_HELPERS(DecompositionType)
 

Macro Definition Documentation

#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) {}

Definition at line 67 of file Image.h.



hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:49