Home | History | Annotate | Download | only in misc

Lines Matching defs:MatrixType

23   typedef typename DecompositionType::MatrixType MatrixType;
25 typename MatrixType::Scalar,
26 MatrixType::RowsAtCompileTime, // the image is a subspace of the destination space, whose
29 MatrixType::Options,
30 MatrixType::MaxRowsAtCompileTime, // the image matrix will consist of columns from the original matrix,
31 MatrixType::MaxColsAtCompileTime // so it has the same number of rows and at most as many columns.
39 typedef typename DecompositionType::MatrixType MatrixType;
42 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
52 inline const MatrixType& originalMatrix() const { return m_originalMatrix; }
62 const MatrixType& m_originalMatrix;
68 typedef typename DecompositionType::MatrixType MatrixType; \
69 typedef typename MatrixType::Scalar Scalar; \
70 typedef typename MatrixType::RealScalar RealScalar; \
77 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \