Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:glu

53   void mem_expand(IndexVector& /*glu.lsub*/, Index /*nextl*/, Index /*chmark*/) {}
65 IndexVector& xplore, GlobalLU_t& glu,
86 Index krep = glu.xsup(glu.supno(kperm)+1) - 1;
102 Index xdfs = glu.xlsub(krep);
111 Index kchild = glu.lsub(xdfs);
131 Index chrep = glu.xsup(glu.supno(chperm)+1) - 1;
146 xdfs = glu.xlsub(krep);
214 * \param glu The global data structure
219 void SparseLUImpl<Scalar,Index>::panel_dfs(const Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, ScalarVector& dense, IndexVector& panel_lsub, IndexVector& segrep, IndexVector& repfnz, IndexVector& xprune, IndexVector& marker, IndexVector& parent, IndexVector& xplore, GlobalLU_t& glu)
249 xplore, glu, nextl_col, krow, traits);