HomeSort by relevance Sort by last modified time
    Searched full:supno (Results 1 - 11 of 11) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_dfs.h 96 Index jsuper = glu.supno(jcol);
118 Index nsuper = glu.supno(jcol);
125 nsuper = glu.supno(0) = 0 ;
160 glu.supno(jcol) = nsuper;
166 glu.supno(jcolp1) = nsuper;
SparseLU_pruneL.h 56 Index jsupno = glu.supno(jcol);
72 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune
75 if (glu.supno(irep) != jsupno )
96 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1
SparseLU_Utils.h 25 Index nsuper = (glu.supno)(n);
57 Index nsuper = (glu.supno)(n);
SparseLU_Structs.h 20 * (xsup,supno): supno[i] is the supernode no to which i belongs;
22 * e.g. supno 0 1 2 2 3 3 3 4 4 4 4 4 (n=12)
80 IndexVector supno; // Supernode number corresponding to this column (column to supernode mapping) member in struct:Eigen::internal::LU_GlobalLU_t
SparseLU_copy_to_ucol.h 54 Index jsupno = glu.supno(jcol);
65 ksupno = glu.supno(krep);
SparseLU_column_bmod.h 67 jsupno = glu.supno(jcol);
77 ksupno = glu.supno(krep);
SparseLU_panel_dfs.h 86 Index krep = glu.xsup(glu.supno(kperm)+1) - 1;
131 Index chrep = glu.xsup(glu.supno(chperm)+1) - 1;
SparseLU_pivotL.h 63 Index fsupc = (glu.xsup)((glu.supno)(jcol)); // First column in the supernode containing the column jcol
SparseLU_Memory.h 173 glu.supno.resize(n+1);
SparseLU_panel_bmod.h 79 fsupc = glu.xsup(glu.supno(krep));
SparseLU.h 539 m_glu.supno(0) = emptyIdxLU; m_glu.xsup.setConstant(0);
647 m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsup);

Completed in 1189 milliseconds