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,StorageIndex>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t… in fixupL() function
DSparseLUImpl.h57 void fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu);
DSparseLU.h692 Base::fixupL(n, m_perm_r.indices(), m_glu); in factorize()