Searched refs:IndicesType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTranspositions.h55 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::TranspositionsBase
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; typedef in struct:Eigen::internal::traits
162 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::Transpositions
163 typedef typename IndicesType::Scalar Index;
207 const IndicesType
222 typedef Map<const Matrix<Index,SizeAtCompileTime,1,0,MaxSizeAtCompileTime,1>, _PacketAccess> IndicesType; typedef in struct:Eigen::internal::traits
234 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::Map
279 typedef _IndicesType IndicesType; typedef in struct:Eigen::internal::traits
291 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::TranspositionsWrapper
405 typedef typename TranspositionType::IndicesType IndicesType; typedef in class:Eigen::Transpose
[all...]
H A DPermutationMatrix.h16 template<int RowCol,typename IndicesType,typename MatrixType, typename StorageKind> class PermutedImpl;
60 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::PermutationBase
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; typedef in struct:Eigen::internal::traits
290 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::PermutationMatrix
392 typedef Map<const Matrix<IndexType, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>, _PacketAccess> IndicesType; typedef in struct:Eigen::internal::traits
405 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::Map
470 typedef _IndicesType IndicesType; typedef in struct:Eigen::internal::traits
490 typedef typename Traits::IndicesType IndicesType; typedef in class:Eigen::PermutationWrapper
619 typedef typename PermutationType::IndicesType IndicesType; typedef in class:Eigen::Transpose
[all...]

Completed in 164 milliseconds