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

  /external/eigen/Eigen/src/SparseCore/
SparseView.h 33 typedef typename MatrixType::Nested MatrixTypeNested;
34 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
51 MatrixTypeNested m_matrix;
SparseTriangularView.h 45 typedef typename MatrixType::Nested MatrixTypeNested;
46 typedef typename internal::remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
47 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
62 MatrixTypeNested m_matrix;
SparseSelfAdjointView.h 57 typedef typename MatrixType::Nested MatrixTypeNested;
58 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
475 typedef typename MatrixType::Nested MatrixTypeNested;
476 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
500 MatrixTypeNested m_matrix;
SparseMatrix.h 64 typedef typename nested<MatrixType>::type MatrixTypeNested;
65 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
    [all...]
  /external/eigen/Eigen/src/Core/
Replicate.h 41 typedef typename nested<MatrixType,Factor>::type MatrixTypeNested;
42 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
123 MatrixTypeNested m_matrix;
SelfAdjointView.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
36 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
59 typedef typename internal::traits<SelfAdjointView>::MatrixTypeNested MatrixTypeNested;
189 MatrixTypeNested m_matrix;
CwiseUnaryView.h 37 typedef typename MatrixType::Nested MatrixTypeNested;
38 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
Diagonal.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
Reverse.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
VectorwiseOp.h 44 typedef typename nested<MatrixType>::type MatrixTypeNested;
45 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
75 typedef typename internal::traits<PartialReduxExpr>::MatrixTypeNested MatrixTypeNested;
101 MatrixTypeNested m_matrix;
Transpose.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
36 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedPlain;
TriangularMatrix.h 140 typedef typename nested<MatrixType>::type MatrixTypeNested;
141 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
142 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
171 typedef typename internal::traits<TriangularView>::MatrixTypeNested MatrixTypeNested;
423 MatrixTypeNested m_matrix;
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 34 typedef typename nested<MatrixType>::type MatrixTypeNested;
35 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
  /external/eigen/Eigen/src/LU/
Inverse.h 278 typedef typename internal::eval<MatrixType>::type MatrixTypeNested;
279 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
280 MatrixTypeNested m_matrix;
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 37 typedef typename nested<MatrixType>::type MatrixTypeNested;
38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;

Completed in 295 milliseconds