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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 32 fsupc = glu.xsup(i);
35 for (j = fsupc; j < glu.xsup(i+1); j++)
62 fsupc = glu.xsup(i);
70 for (k = fsupc+1; k < glu.xsup(i+1); k++)
SparseLU_Structs.h 20 * (xsup,supno): supno[i] is the supernode no to which i belongs;
21 * xsup(s) points to the beginning of the s-th supernode.
23 * xsup 0 1 2 4 7 12
79 IndexVector xsup; //First supernode column ... xsup(s) points to the beginning of the s-th supernode member in struct:Eigen::internal::LU_GlobalLU_t
SparseLU_column_dfs.h 129 fsupc = glu.xsup(nsuper);
165 glu.xsup(nsuper+1) = jcolp1;
SparseLU_copy_to_ucol.h 71 fsupc = glu.xsup(ksupno);
SparseLU_column_bmod.h 81 fsupc = glu.xsup(ksupno);
113 fsupc = glu.xsup(jsupno);
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_pruneL.h 96 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1
SparseLU_Memory.h 172 glu.xsup.resize(n+1);
SparseLU.h 539 m_glu.supno(0) = emptyIdxLU; m_glu.xsup.setConstant(0);
540 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(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);
SparseLU_panel_bmod.h 79 fsupc = glu.xsup(glu.supno(krep));

Completed in 3711 milliseconds