MOAB  4.9.3pre
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

namespace  Eigen
namespace  Eigen::internal

Defines

#define EIGEN_MAKE_IMAGE_HELPERS(DecompositionType)

Define Documentation

#define EIGEN_MAKE_IMAGE_HELPERS (   DecompositionType)
Value:
typedef typename DecompositionType::MatrixType MatrixType; \
  typedef typename MatrixType::Scalar Scalar; \
  typedef typename MatrixType::RealScalar RealScalar; \
  typedef Eigen::internal::image_retval_base<DecompositionType> Base; \
  using Base::dec; \
  using Base::originalMatrix; \
  using Base::rank; \
  using Base::rows; \
  using Base::cols; \
  image_retval(const DecompositionType& p_dec, const MatrixType& p_originalMatrix) \
    : Base(p_dec, p_originalMatrix) {}

Definition at line 67 of file Image.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines