Searched refs:InverseImpl (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Inverse.h | 15 template<typename XprType,typename StorageKind> class InverseImpl; variable 43 class Inverse : public InverseImpl<XprType,typename internal::traits<XprType>::StorageKind> 68 class InverseImpl
|
D | PermutationMatrix.h | 227 inline PlainPermutationType operator*(const InverseImpl<Other,PermutationStorage>& other) const 235 …inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const P… 369 PermutationMatrix(const InverseImpl<Other,PermutationStorage>& other) 536 class InverseImpl<PermutationType, PermutationStorage> 542 InverseImpl() {}
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparsePermutation.h | 162 operator*(const SparseMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, Permuta… 171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<Spar…
|
/external/eigen/Eigen/ |
D | LU | 39 #include "src/LU/InverseImpl.h"
|