Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DPermutationMatrix.h18 enum PermPermProduct_t {PermPermProduct}; enumerator
231 { return PlainPermutationType(internal::PermPermProduct, derived(), other.derived()); }
239 { return PlainPermutationType(internal::PermPermProduct, *this, other.eval()); }
247 { return PlainPermutationType(internal::PermPermProduct, other.eval(), perm); }