HomeSort by relevance Sort by last modified time
    Searched full:transpositionsp (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Cholesky/
LDLT.h 135 inline const TranspositionType& transpositionsP() const
495 dst = dec().transpositionsP() * rhs();
527 dst = dec().transpositionsP().transpose() * dst;
569 res = transpositionsP() * res;
577 res = transpositionsP().transpose() * res;

Completed in 67 milliseconds