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

  /external/eigen/Eigen/src/Core/
Transpositions.h 22 typedef typename Traits::IndicesType IndicesType;
23 typedef typename IndicesType::Scalar StorageIndex;
69 const IndicesType& indices() const { return derived().indices(); }
71 IndicesType& indices() { return derived().indices(); }
123 typedef Matrix<_StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
164 typedef typename Traits::IndicesType IndicesType;
165 typedef typename IndicesType::Scalar StorageIndex;
209 const IndicesType& indices() const { return m_indices;
    [all...]
PermutationMatrix.h 53 typedef typename Traits::IndicesType IndicesType;
64 typedef PermutationMatrix<IndicesType::SizeAtCompileTime,IndicesType::MaxSizeAtCompileTime,StorageIndex>
130 const IndicesType& indices() const { return derived().indices(); }
132 IndicesType& indices() { return derived().indices(); }
288 typedef Matrix<_StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
317 typedef typename Traits::IndicesType IndicesType;
388 const IndicesType& indices() const { return m_indices;
    [all...]

Completed in 270 milliseconds