Home | History | Annotate | Download | only in misc

Lines Matching refs: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;
43 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
53 inline const MatrixType& originalMatrix() const { return m_originalMatrix; }
63 const MatrixType& m_originalMatrix;
69 typedef typename DecompositionType::MatrixType MatrixType; \
70 typedef typename MatrixType::Scalar Scalar; \
71 typedef typename MatrixType::RealScalar RealScalar; \
72 typedef typename MatrixType::Index Index; \
79 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \