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 55 typedef typename Traits::IndicesType IndicesType;
56 typedef typename IndicesType::Scalar Index;
97 const IndicesType& indices() const { return derived().indices(); }
99 IndicesType& indices() { return derived().indices(); }
151 typedef Matrix<Index, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
162 typedef typename Traits::IndicesType IndicesType;
163 typedef typename IndicesType::Scalar Index;
207 const IndicesType& indices() const { return m_indices;
    [all...]
PermutationMatrix.h 16 template<int RowCol,typename IndicesType,typename MatrixType, typename StorageKind> class PermutedImpl;
60 typedef typename Traits::IndicesType IndicesType;
73 typedef PermutationMatrix<IndicesType::SizeAtCompileTime,IndicesType::MaxSizeAtCompileTime,Index>
136 const IndicesType& indices() const { return derived().indices(); }
138 IndicesType& indices() { return derived().indices(); }
278 typedef Matrix<IndexType, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
290 typedef typename Traits::IndicesType IndicesType;
    [all...]

Completed in 93 milliseconds