Searched refs:MatrixTypeNestedCleaned (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h22 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::traits
23 typedef typename MatrixTypeNestedCleaned::Scalar Scalar;
24 typedef typename MatrixTypeNestedCleaned::Index Index;
26 SrcStorageOrder = MatrixTypeNestedCleaned::Flags&RowMajorBit ? RowMajor : ColMajor,
39 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::permut_sparsematrix_product_retval
40 typedef typename MatrixTypeNestedCleaned::Scalar Scalar;
41 typedef typename MatrixTypeNestedCleaned::Index Index;
44 SrcStorageOrder = MatrixTypeNestedCleaned::Flags&RowMajorBit ? RowMajor : ColMajor,
72 for(typename MatrixTypeNestedCleaned::InnerIterator it(m_matrix,jsrc); it; ++it)
89 for(typename MatrixTypeNestedCleaned
[all...]
H A DSparseTriangularView.h47 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef in class:Eigen::SparseTriangularView
52 inline const MatrixTypeNestedCleaned& nestedExpression() const { return m_matrix; }
66 class SparseTriangularView<MatrixType,Mode>::InnerIterator : public MatrixTypeNestedCleaned::InnerIterator
68 typedef typename MatrixTypeNestedCleaned::InnerIterator Base;
136 class SparseTriangularView<MatrixType,Mode>::ReverseInnerIterator : public MatrixTypeNestedCleaned::ReverseInnerIterator
138 typedef typename MatrixTypeNestedCleaned::ReverseInnerIterator Base;
/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h36 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::traits
41 Flags = MatrixTypeNestedCleaned::Flags & (HereditaryBits)
43 CoeffReadCost = MatrixTypeNestedCleaned::CoeffReadCost
60 typedef typename internal::traits<SelfAdjointView>::MatrixTypeNestedCleaned MatrixTypeNestedCleaned; typedef in class:Eigen::SelfAdjointView
99 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; }
101 const MatrixTypeNestedCleaned& nestedExpression() const { return m_matrix; }
102 MatrixTypeNestedCleaned& nestedExpression() { return *const_cast<MatrixTypeNestedCleaned*>(&m_matrix); }
H A DTriangularMatrix.h142 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::traits
147 Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits) & (~(PacketAccessBit | DirectAccessBit | LinearAccessBit))) | Mode,
148 CoeffReadCost = MatrixTypeNestedCleaned::CoeffReadCost
173 typedef typename internal::traits<TriangularView>::MatrixTypeNestedCleaned MatrixTypeNestedCleaned; typedef in class:Eigen::TriangularView
237 const MatrixTypeNestedCleaned& nestedExpression() const { return m_matrix; }
238 MatrixTypeNestedCleaned& nestedExpression() { return *const_cast<MatrixTypeNestedCleaned*>(&m_matrix); }
699 <DenseDerived, typename internal::traits<Derived>::MatrixTypeNestedCleaned, Derived::Mode,
H A DPermutationMatrix.h543 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::permut_matrix_product_retval
558 if(is_same<MatrixTypeNestedCleaned,Dest>::value && extract_data(dst) == extract_data(m_matrix))
594 Block<const MatrixTypeNestedCleaned,Side==OnTheLeft ? 1 : MatrixType::RowsAtCompileTime,Side==OnTheRight ? 1 : MatrixType::ColsAtCompileTime>
H A DTranspositions.h364 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::transposition_matrix_product_retval
379 if(!(is_same<MatrixTypeNestedCleaned,Dest>::value && extract_data(dst) == extract_data(m_matrix)))
/external/eigen/Eigen/src/LU/
H A DInverse.h279 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef in struct:Eigen::internal::inverse_impl
296 compute_inverse<MatrixTypeNestedCleaned, Dest>::run(m_matrix, dst);

Completed in 158 milliseconds