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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLUImpl.h49 void panel_bmod(const Index m, const Index w, const Index jcol, const Index nseg, ScalarVector& dense, ScalarVector& tempv, IndexVector& segrep, IndexVector& repfnz, GlobalLU_t& glu);
H A DSparseLU_panel_bmod.h13 * NOTE: This file is the modified version of [s,d,c,z]panel_bmod.c file in SuperLU
56 void SparseLUImpl<Scalar,Index>::panel_bmod(const Index m, const Index w, const Index jcol, function in class:Eigen::internal::SparseLUImpl
H A DSparseLU.h571 Base::panel_bmod(m, panel_size, jcol, nseg1, dense, tempv, segrep, repfnz, m_glu);

Completed in 90 milliseconds