Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DReplicate.h24 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
97 const _MatrixTypeNested& nestedExpression() const
DCwiseUnaryView.h24 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
27 …Flags = traits<_MatrixTypeNested>::Flags & (RowMajorBit | FlagsLvalueBit | DirectAccessBit), // FI…
DReverse.h27 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
33 Flags = _MatrixTypeNested::Flags & (RowMajorBit | LvalueBit)
DDiagonal.h41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
55 …Flags = (unsigned int)_MatrixTypeNested::Flags & (RowMajorBit | MaskLvalueBit | DirectAccessBit) &…
/external/eigen/Eigen/src/SparseCore/
DSparseSelfAdjointView.h60 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
71 const _MatrixTypeNested& matrix() const { return m_matrix; }
127 …SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynami…
129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);
347 typedef typename LhsView::_MatrixTypeNested Lhs;
364 typedef typename RhsView::_MatrixTypeNested Rhs;
DSparseView.h48 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
DSparseBlock.h20 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef
99 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested; typedef
383 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef
DSparseMatrix.h68 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,