Searched refs:fixupL (Results 1 – 3 of 3) sorted by relevance
52 void SparseLUImpl<Scalar,StorageIndex>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t… in fixupL() function
57 void fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu);
692 Base::fixupL(n, m_perm_r.indices(), m_glu); in factorize()