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

/external/eigen/Eigen/src/Core/
H A DTranspositions.h180 explicit inline Transpositions(const MatrixBase<Other>& a_indices) : m_indices(a_indices) argument
294 inline TranspositionsWrapper(IndicesType& a_indices) argument
295 : m_indices(a_indices)
H A DPermutationMatrix.h320 explicit inline PermutationMatrix(const MatrixBase<Other>& a_indices) : m_indices(a_indices) argument
493 inline PermutationWrapper(const IndicesType& a_indices) argument
494 : m_indices(a_indices)

Completed in 83 milliseconds