Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pivotL.h70 Index* lsub_ptr = &(glu.lsub.data()[lptr]); // Start of row indices of the supernode in pivotL() local
86 if (lsub_ptr[isub] == diagind) diag = isub; in pivotL()
91 pivrow = lsub_ptr[pivptr]; in pivotL()
109 pivrow = lsub_ptr[pivptr]; in pivotL()
117 std::swap( lsub_ptr[pivptr], lsub_ptr[nsupc] ); in pivotL()