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

/external/eigen/Eigen/src/Core/
H A DInverse.h97 typedef Inverse<ArgType> InverseType; typedef in struct:Eigen::internal::unary_evaluator
98 typedef typename InverseType::PlainObject PlainObject;
103 unary_evaluator(const InverseType& inv_xpr)
H A DPermutationMatrix.h572 typedef Inverse<PermutationType> InverseType; typedef in class:Eigen::InverseImpl
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 87 milliseconds