Searched defs:nestedPermutation (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h368 : m_indices(other.nestedPermutation().size())
370 for (int i=0; i<m_indices.size();++i) m_indices.coeffRef(other.nestedPermutation().indices().coeff(i)) = i;
675 const PermutationType& nestedPermutation() const { return m_permutation; } function in class:Eigen::Transpose

Completed in 188 milliseconds