Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h165 inline const PermutationType& rowsPermutation() const in rowsPermutation() function
230 X.col(j) = rowsPermutation() * B.const_cast_derived().col(j); in _solve_impl()