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

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h661 operator*(const MatrixBase<OtherDerived>& matrix, const Transpose& trPerm) argument
663 return internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheRight, true>(trPerm.m_permutation, matrix.derived());

Completed in 135 milliseconds