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

  /external/eigen/Eigen/src/SparseCore/
SparseTranspose.h 18 typedef typename internal::remove_all<typename MatrixType::Nested>::type _MatrixTypeNested;
34 : public _MatrixTypeNested::InnerIterator
36 typedef typename _MatrixTypeNested::InnerIterator Base;
48 : public _MatrixTypeNested::ReverseInnerIterator
50 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
SparseView.h 34 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
57 class SparseView<MatrixType>::InnerIterator : public _MatrixTypeNested::InnerIterator
61 typedef typename _MatrixTypeNested::InnerIterator IterBase;
SparseCwiseUnaryOp.h 28 typedef typename internal::traits<Derived>::_XprTypeNested _MatrixTypeNested;
29 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
30 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
92 typedef typename internal::traits<Derived>::_MatrixTypeNested _MatrixTypeNested;
93 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator;
94 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
SparseBlock.h 19 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
83 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
295 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
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;
SparseSelfAdjointView.h 58 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_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;
SparseMatrix.h 65 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
78 CoeffReadCost = _MatrixTypeNested::CoeffReadCost*10
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 35 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/Core/
Replicate.h 42 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
CwiseUnaryView.h 38 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
40 Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | DirectAccessBit)),
41 CoeffReadCost = traits<_MatrixTypeNested>::CoeffReadCost + functor_traits<ViewOp>::Cost,
Reverse.h 41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
49 LinearAccess = ( (Direction==BothDirections) && (int(_MatrixTypeNested::Flags)&PacketAccessBit) )
52 Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAccess),
54 CoeffReadCost = _MatrixTypeNested::CoeffReadCost
Diagonal.h 41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
55 Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit,
56 CoeffReadCost = _MatrixTypeNested::CoeffReadCost,
VectorwiseOp.h 45 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/Geometry/
Homogeneous.h 38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,
52 CoeffReadCost = _MatrixTypeNested::CoeffReadCost

Completed in 179 milliseconds