Home
last modified time | relevance | path

Searched refs:_MatrixTypeNested (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseTranspose.h18 typedef typename internal::remove_all<typename MatrixType::Nested>::type _MatrixTypeNested; typedef
34 : public _MatrixTypeNested::InnerIterator
36 typedef typename _MatrixTypeNested::InnerIterator Base;
48 : public _MatrixTypeNested::ReverseInnerIterator
50 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
DSparseCwiseUnaryOp.h28 typedef typename internal::traits<Derived>::_XprTypeNested _MatrixTypeNested; typedef
29 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
30 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
92 typedef typename internal::traits<Derived>::_MatrixTypeNested _MatrixTypeNested; typedef
93 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
94 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
DSparseView.h34 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
57 class SparseView<MatrixType>::InnerIterator : public _MatrixTypeNested::InnerIterator
61 typedef typename _MatrixTypeNested::InnerIterator IterBase;
DSparseBlock.h19 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef
85 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested; typedef
257 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested; typedef
385 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef
435 inline const _MatrixTypeNested& nestedExpression() const { return m_matrix; } in nestedExpression()
437 class InnerIterator : public _MatrixTypeNested::InnerIterator
439 typedef typename _MatrixTypeNested::InnerIterator Base;
460 class ReverseInnerIterator : public _MatrixTypeNested::ReverseInnerIterator
462 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
DSparseSelfAdjointView.h58 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
69 const _MatrixTypeNested& matrix() const { return m_matrix; }
70 _MatrixTypeNested& matrix() { return m_matrix.const_cast_derived(); }
109 …return DenseTimeSparseSelfAdjointProduct<OtherDerived,_MatrixTypeNested,UpLo>(lhs.derived(), rhs.m…
138 …SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynami…
140 return SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo>(m_matrix, perm);
476 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
DSparseMatrix.h65 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
78 CoeffReadCost = _MatrixTypeNested::CoeffReadCost*10
/external/eigen/Eigen/src/Core/
DReplicate.h42 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
56 …Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0…
57 CoeffReadCost = _MatrixTypeNested::CoeffReadCost
66 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
117 const _MatrixTypeNested& nestedExpression() const
DReverse.h41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
49 … LinearAccess = ( (Direction==BothDirections) && (int(_MatrixTypeNested::Flags)&PacketAccessBit) )
52 …Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAcce…
54 CoeffReadCost = _MatrixTypeNested::CoeffReadCost
DCwiseUnaryView.h38 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
40 …Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | Direct…
41 CoeffReadCost = traits<_MatrixTypeNested>::CoeffReadCost + functor_traits<ViewOp>::Cost,
DDiagonal.h41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
55 …Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit…
56 CoeffReadCost = _MatrixTypeNested::CoeffReadCost,
DVectorwiseOp.h45 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
51 Flags0 = (unsigned int)_MatrixTypeNested::Flags & HereditaryBits,
62 … : TraversalSize * traits<_MatrixTypeNested>::CoeffReadCost + int(CostOpType::value)
76 typedef typename internal::traits<PartialReduxExpr>::_MatrixTypeNested _MatrixTypeNested;
/external/eigen/Eigen/src/Eigen2Support/
DMinor.h35 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
46 Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit),
47 CoeffReadCost = _MatrixTypeNested::CoeffReadCost // minor is used typically on tiny matrices,
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,
52 CoeffReadCost = _MatrixTypeNested::CoeffReadCost