HomeSort by relevance Sort by last modified time
    Searched refs:InverseImpl (Results 1 - 3 of 3) 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() {}
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 162 operator*(const SparseMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, PermutationStorage>& tperm)
171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<SparseDerived>& matrix)

Completed in 257 milliseconds