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

/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h18 typedef typename internal::remove_all<typename MatrixType::Nested>::type _MatrixTypeNested; typedef in class:Eigen::TransposeImpl
34 : public _MatrixTypeNested::InnerIterator
36 typedef typename _MatrixTypeNested::InnerIterator Base;
48 : public _MatrixTypeNested::ReverseInnerIterator
50 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
H A DSparseCwiseUnaryOp.h28 typedef typename internal::traits<Derived>::_XprTypeNested _MatrixTypeNested; typedef in class:Eigen::CwiseUnaryOpImpl
29 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
30 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
92 typedef typename internal::traits<Derived>::_MatrixTypeNested _MatrixTypeNested; typedef in class:Eigen::CwiseUnaryViewImpl
93 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
94 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
H A DSparseView.h34 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested; typedef in class:Eigen::SparseView
57 class SparseView<MatrixType>::InnerIterator : public _MatrixTypeNested::InnerIterator
61 typedef typename _MatrixTypeNested::InnerIterator IterBase;
H A DSparseBlock.h19 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef in class:Eigen::BlockImpl
83 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested; typedef in class:Eigen::BlockImpl
295 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef in class:Eigen::BlockImpl
345 inline const _MatrixTypeNested& nestedExpression() const { return m_matrix; }
347 class InnerIterator : public _MatrixTypeNested::InnerIterator
349 typedef typename _MatrixTypeNested::InnerIterator Base;
370 class ReverseInnerIterator : public _MatrixTypeNested::ReverseInnerIterator
372 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
H A DSparseSelfAdjointView.h58 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested; typedef in class:Eigen::SparseSelfAdjointView
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_matrix);
138 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
140 return SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo>(m_matrix, perm);
476 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested; typedef in class:Eigen::SparseSymmetricPermutationProduct
H A DSparseMatrix.h65 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
78 CoeffReadCost = _MatrixTypeNested::CoeffReadCost*10
/external/eigen/Eigen/src/Eigen2Support/
H A DMinor.h35 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
46 Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit),
47 CoeffReadCost = _MatrixTypeNested::CoeffReadCost // minor is used typically on tiny matrices,
/external/eigen/Eigen/src/Core/
H A DReplicate.h42 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
56 Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0),
57 CoeffReadCost = _MatrixTypeNested::CoeffReadCost
66 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested; typedef in class:Eigen::Replicate
117 const _MatrixTypeNested& nestedExpression() const
H A DCwiseUnaryView.h38 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
40 Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | DirectAccessBit)),
41 CoeffReadCost = traits<_MatrixTypeNested>::CoeffReadCost + functor_traits<ViewOp>::Cost,
H A DReverse.h41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
49 LinearAccess = ( (Direction==BothDirections) && (int(_MatrixTypeNested::Flags)&PacketAccessBit) )
52 Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAccess),
54 CoeffReadCost = _MatrixTypeNested::CoeffReadCost
H A DDiagonal.h41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
55 Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit,
56 CoeffReadCost = _MatrixTypeNested::CoeffReadCost,
H A DVectorwiseOp.h45 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
51 Flags0 = (unsigned int)_MatrixTypeNested::Flags & HereditaryBits,
62 : TraversalSize * traits<_MatrixTypeNested>::CoeffReadCost + int(CostOpType::value)
76 typedef typename internal::traits<PartialReduxExpr>::_MatrixTypeNested _MatrixTypeNested; typedef in class:Eigen::PartialReduxExpr
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested; typedef in struct:Eigen::internal::traits
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,
52 CoeffReadCost = _MatrixTypeNested::CoeffReadCost

Completed in 143 milliseconds