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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; local
80 kmax = glu.xlsub(irep1) - 1;
81 for (krow = kmin; krow <= kmax; krow++)
99 while (kmin <= kmax)
101 if (perm_r(glu.lsub(kmax)) == emptyIdxLU)
102 kmax--;
107 // kmin below pivrow (not yet pivoted), and kmax
109 std::swap(glu.lsub(kmin), glu.lsub(kmax));
118 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) );
122 kmax--
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/
current_flow_betweenness.py 23 epsilon=0.5, kmax=10000):
55 kmax: int
116 if k > kmax:
117 raise nx.NetworkXError('Number random pairs k>kmax (%d>%d) '%(k,kmax),
118 'Increase kmax or epsilon')
  /external/libvncserver/x11vnc/
x11vnc.c 4610 int k, kmax = (int) (50 * rfac()) + 10; local
    [all...]

Completed in 372 milliseconds