Home
last modified time | relevance | path

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

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