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

  /external/eigen/Eigen/src/Core/
Inverse.h 15 template<typename XprType,typename StorageKind> class InverseImpl;
43 class Inverse : public InverseImpl<XprType,typename internal::traits<XprType>::StorageKind>
69 class InverseImpl
PermutationMatrix.h 238 inline PlainPermutationType operator*(const InverseImpl<Other,PermutationStorage>& other) const
246 inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const PermutationBase& perm)
397 PermutationMatrix(const InverseImpl<Other,PermutationStorage>& other)
564 class InverseImpl<PermutationType, PermutationStorage>
570 InverseImpl() {}

Completed in 4103 milliseconds