Home
last modified time | relevance | path

Searched refs:MatrixTypeNested (Results 1 – 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Core/
DCwiseUnaryView.h23 typedef typename MatrixType::Nested MatrixTypeNested;
24 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
64 typedef typename internal::ref_selector<MatrixType>::non_const_type MatrixTypeNested;
79 const typename internal::remove_all<MatrixTypeNested>::type&
83 typename internal::remove_reference<MatrixTypeNested>::type&
87 MatrixTypeNested m_matrix;
DReplicate.h23 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
24 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
64 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
103 MatrixTypeNested m_matrix;
DTranspose.h20 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
21 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedPlain;
57 typedef typename internal::ref_selector<MatrixType>::non_const_type MatrixTypeNested;
73 const typename internal::remove_all<MatrixTypeNested>::type&
78 typename internal::remove_reference<MatrixTypeNested>::type&
DSelfAdjointView.h35 typedef typename ref_selector<MatrixType>::non_const_type MatrixTypeNested;
36 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
56 typedef typename internal::traits<SelfAdjointView>::MatrixTypeNested MatrixTypeNested;
251 MatrixTypeNested m_matrix;
DReverse.h26 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
27 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
DDiagonal.h40 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
DTriangularMatrix.h171 typedef typename ref_selector<MatrixType>::non_const_type MatrixTypeNested;
172 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
173 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
196 typedef typename internal::traits<TriangularView>::MatrixTypeNested MatrixTypeNested;
321 MatrixTypeNested m_matrix;
/external/eigen/Eigen/src/SparseCore/
DSparseView.h47 typedef typename MatrixType::Nested MatrixTypeNested;
48 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
65 const typename internal::remove_all<MatrixTypeNested>::type&
72 MatrixTypeNested m_matrix;
DSparseTriangularView.h46 typedef typename MatrixType::Nested MatrixTypeNested; typedef
47 typedef typename internal::remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
48 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
DSparseSelfAdjointView.h59 typedef typename internal::ref_selector<MatrixType>::non_const_type MatrixTypeNested;
60 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
72 typename internal::remove_reference<MatrixTypeNested>::type& matrix() { return m_matrix; }
162 MatrixTypeNested m_matrix;
610 typedef typename MatrixType::Nested MatrixTypeNested;
611 typedef typename internal::remove_all<MatrixTypeNested>::type NestedExpression;
624 MatrixTypeNested m_matrix;
DSparseMatrix.h67 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
68 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h37 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;