HomeSort by relevance Sort by last modified time
    Searched refs:krep (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 44 bool update_segrep(Index krep, Index jj)
46 if(m_marker[krep]<m_jcol)
48 m_marker[krep] = jj;
83 // krow is in U : if its supernode-representative krep
85 // krep = supernode representative of the current row
86 Index krep = glu.xsup(glu.supno(kperm)+1) - 1; local
88 Index myfnz = repfnz_col(krep);
93 if (myfnz > kperm ) repfnz_col(krep) = kperm;
98 // Otherwise, perform dfs starting at krep
100 parent(krep) = oldrep;
    [all...]
SparseLU_copy_to_ucol.h 52 Index ksub, krep, ksupno; local
64 krep = segrep(k); k--;
65 ksupno = glu.supno(krep);
68 kfnz = repfnz(krep);
73 segsize = krep - kfnz + 1;
SparseLU_panel_bmod.h 63 Index krep, kfnz; local
73 /* krep = representative of current k-th supernode
78 krep = segrep(k); k--;
79 fsupc = glu.xsup(glu.supno(krep));
80 nsupc = krep - fsupc + 1;
93 kfnz = repfnz_col(krep);
97 segsize = krep - kfnz + 1;
115 kfnz = repfnz_col(krep);
119 segsize = krep - kfnz + 1;
137 no_zeros = (krep - u_rows + 1) - fsupc
    [all...]
SparseLU_column_bmod.h 55 Index jsupno, k, ksub, krep, ksupno; local
58 /* krep = representative of current k-th supernode
76 krep = segrep(k); k--;
77 ksupno = glu.supno(krep);
91 kfnz = repfnz(krep);
94 segsize = krep - kfnz + 1;
95 nsupc = krep - fst_col + 1;

Completed in 269 milliseconds