Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h66 X.col(j) = m_sparseLU->rowsPermutation().transpose() * X.col(j); in _solve_impl()
262 inline const PermutationType& rowsPermutation() const in rowsPermutation() function
327 X.col(j) = rowsPermutation() * B.const_cast_derived().col(j); in _solve_impl()