HomeSort by relevance Sort by last modified time
    Searched defs:matrixLU (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/LU/
FullPivLU.h 48 * The data of the LU decomposition can be directly accessed through the methods matrixLU(),
131 inline const MatrixType& matrixLU() const
632 const Index cols = dec().matrixLU().cols(), dimker = cols - rank();
662 if(abs(dec().matrixLU().coeff(i,i)) > premultiplied_threshold)
672 m(dec().matrixLU().block(0, 0, rank(), cols));
676 m.row(i).tail(cols-i) = dec().matrixLU().row(pivots.coeff(i)).tail(cols-i);
731 if(abs(dec().matrixLU().coeff(i,i)) > premultiplied_threshold)
    [all...]
PartialPivLU.h 69 * The data of the LU decomposition can be directly accessed through the methods matrixLU(), permutationP().
141 inline const MatrixType& matrixLU() const

Completed in 608 milliseconds