Searched defs:fpanelc (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_column_bmod.h46 * \param fpanelc First column in the current panel
53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu) argument
82 fst_col = (std::max)(fsupc, fpanelc);
85 // d_fsupc = 0 if fsupc > fpanelc
92 kfnz = (std::max)(kfnz, fpanelc);
145 * 1) fsupc < fpanelc, then fst_col <-- fpanelc
146 * 2) fsupc >= fpanelc, then fst_col <-- fsupc
148 fst_col = (std::max)(fsupc, fpanelc);
153 // d_fsupc = 0 if fsupc >= fpanelc
[all...]

Completed in 216 milliseconds