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

  /external/eigen/Eigen/src/Core/
Inverse.h 97 typedef Inverse<ArgType> InverseType;
98 typedef typename InverseType::PlainObject PlainObject;
103 unary_evaluator(const InverseType& inv_xpr)
PermutationMatrix.h 572 typedef Inverse<PermutationType> InverseType;
603 const Product<OtherDerived, InverseType, AliasFreeProduct>
604 operator*(const MatrixBase<OtherDerived>& matrix, const InverseType& trPerm)
606 return Product<OtherDerived, InverseType, AliasFreeProduct>(matrix.derived(), trPerm.derived());
612 const Product<InverseType, OtherDerived, AliasFreeProduct>
615 return Product<InverseType, OtherDerived, AliasFreeProduct>(derived(), matrix.derived());

Completed in 290 milliseconds