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