Home
last modified time | relevance | path

Searched refs:MatrixTypeNested (Results 1 – 14 of 14) 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;
81 EIGEN_DEVICE_FUNC const typename internal::remove_all<MatrixTypeNested>::type&
85 EIGEN_DEVICE_FUNC typename internal::remove_reference<MatrixTypeNested>::type&
89 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;
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;
266 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;
75 const typename internal::remove_all<MatrixTypeNested>::type&
80 typename internal::remove_reference<MatrixTypeNested>::type&
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;
DIndexedView.h116 typedef typename internal::ref_selector<XprType>::non_const_type MatrixTypeNested;
145 MatrixTypeNested m_xpr;
DTriangularMatrix.h172 typedef typename ref_selector<MatrixType>::non_const_type MatrixTypeNested;
173 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
174 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
197 typedef typename internal::traits<TriangularView>::MatrixTypeNested MatrixTypeNested;
333 MatrixTypeNested m_matrix;
DReshaped.h158 typedef typename internal::ref_selector<XprType>::non_const_type MatrixTypeNested;
199 MatrixTypeNested m_xpr;
/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; }
165 MatrixTypeNested m_matrix;
613 typedef typename MatrixType::Nested MatrixTypeNested;
614 typedef typename internal::remove_all<MatrixTypeNested>::type NestedExpression;
627 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;