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

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

Completed in 2187 milliseconds