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> 69 class InverseImpl
|
D | PermutationMatrix.h | 238 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/ |
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 | 35 #include "src/LU/InverseImpl.h"
|