Home
last modified time | relevance | path

Searched refs:InverseImpl (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
DInverse.h15 template<typename XprType,typename StorageKind> class InverseImpl; variable
43 class Inverse : public InverseImpl<XprType,typename internal::traits<XprType>::StorageKind>
69 class InverseImpl
DPermutationMatrix.h238 inline PlainPermutationType operator*(const InverseImpl<Other,PermutationStorage>& other) const
246 …inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const P…
397 PermutationMatrix(const InverseImpl<Other,PermutationStorage>& other)
564 class InverseImpl<PermutationType, PermutationStorage>
570 InverseImpl() {}
/external/eigen/Eigen/src/SparseCore/
DSparsePermutation.h162 operator*(const SparseMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, Permuta…
171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<Spar…
/external/eigen/Eigen/
DLU35 #include "src/LU/InverseImpl.h"