HomeSort by relevance Sort by last modified time
    Searched refs:MatrixTypeNested (Results 1 - 12 of 12) sorted by null

  /external/eigen/Eigen/src/Core/
CwiseUnaryView.h 23 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;
Replicate.h 23 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;
SelfAdjointView.h 35 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;
Transpose.h 20 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&
Reverse.h 26 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
27 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
Diagonal.h 40 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
TriangularMatrix.h 171 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;
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseTriangularView.h 46 typedef typename MatrixType::Nested MatrixTypeNested;
47 typedef typename internal::remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
48 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
SparseView.h 47 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;
SparseSelfAdjointView.h 59 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;
SparseMatrix.h 67 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
68 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 37 typedef typename ref_selector<MatrixType>::type MatrixTypeNested;
38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;

Completed in 87 milliseconds