HomeSort by relevance Sort by last modified time
    Searched refs:PermutationBase (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 22 /** \class PermutationBase
46 class PermutationBase : public EigenBase<Derived>
74 Derived& operator=(const PermutationBase<OtherDerived>& other)
94 Derived& operator=(const PermutationBase& other)
211 void assignTranspose(const PermutationBase<OtherDerived>& other)
230 inline PlainPermutationType operator*(const PermutationBase<Other>& other) const
246 inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const PermutationBase& perm)
305 * \sa class PermutationBase, class PermutationWrapper, class DiagonalMatrix
308 class PermutationMatrix : public PermutationBase<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex> >
310 typedef PermutationBase<PermutationMatrix> Base
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 147 operator*(const SparseMatrixBase<SparseDerived>& matrix, const PermutationBase<PermDerived>& perm)
154 operator*( const PermutationBase<PermDerived>& perm, const SparseMatrixBase<SparseDerived>& matrix)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 107 template<typename Derived> class PermutationBase;

Completed in 64 milliseconds