Searched refs:fixupL (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Utils.h52 void SparseLUImpl<Scalar,Index>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu) function in class:Eigen::internal::SparseLUImpl
H A DSparseLUImpl.h55 void fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu);
H A DSparseLU.h643 Base::fixupL(n, m_perm_r.indices(), m_glu);

Completed in 90 milliseconds