HomeSort by relevance Sort by last modified time
    Searched refs:asPermutation (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
permutationmatrices.cpp 48 VERIFY_IS_APPROX(lv.asPermutation().inverse()*m_permuted*rv.asPermutation().inverse(), m_original);
52 VERIFY((lv.asPermutation()*lv.asPermutation().inverse()).toDenseMatrix().isIdentity());
60 VERIFY_IS_APPROX((lv.asPermutation()*lv2.asPermutation()).toDenseMatrix().template cast<Scalar>(), lm*lm2);
  /external/eigen/Eigen/src/Core/
MatrixBase.h 272 const PermutationWrapper<const Derived> asPermutation() const;
PermutationMatrix.h 682 const PermutationWrapper<const Derived> MatrixBase<Derived>::asPermutation() const

Completed in 45 milliseconds