Home
last modified time | relevance | path

Searched refs:minloc (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pruneL.h60 Index kmin = 0, kmax = 0, minloc, maxloc,krow; in pruneL() local
118 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); in pruneL()
120 std::swap(glu.lusup(minloc), glu.lusup(maxloc)); in pruneL()