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

  /external/eigen/Eigen/src/Core/
Replicate.h 24 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
97 const _MatrixTypeNested& nestedExpression() const
CwiseUnaryView.h 24 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
27 Flags = traits<_MatrixTypeNested>::Flags & (RowMajorBit | FlagsLvalueBit | DirectAccessBit), // FIXME DirectAccessBit should not be handled by expressions
Reverse.h 27 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
33 Flags = _MatrixTypeNested::Flags & (RowMajorBit | LvalueBit)
Diagonal.h 41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
55 Flags = (unsigned int)_MatrixTypeNested::Flags & (RowMajorBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit, // FIXME DirectAccessBit should not be handled by expressions
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 60 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
71 const _MatrixTypeNested& matrix() const { return m_matrix; }
127 SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);
347 typedef typename LhsView::_MatrixTypeNested Lhs;
364 typedef typename RhsView::_MatrixTypeNested Rhs;
SparseView.h 48 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
SparseBlock.h 20 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
99 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
383 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
SparseMatrix.h 68 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,

Completed in 1156 milliseconds