Searched defs:PermutationBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h18 /** \class PermutationBase
53 class PermutationBase : public EigenBase<Derived> class in namespace:Eigen
80 Derived& operator=(const PermutationBase<OtherDerived>& other)
100 Derived& operator=(const PermutationBase& other)
201 inline Transpose<PermutationBase> inverse() const
207 inline Transpose<PermutationBase> transpose() const
216 void assignTranspose(const PermutationBase<OtherDerived>& other)
235 inline PlainPermutationType operator*(const PermutationBase<Other>& other) const
243 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other) const
251 inline PlainPermutationType operator*(const Transpose<PermutationBase<Othe
[all...]

Completed in 76 milliseconds