Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pivotL.h68 Scalar* lu_sup_ptr = &(glu.lusup.data()[glu.xlusup(fsupc)]); // Start of the current supernode in pivotL() local
124 std::swap(lu_sup_ptr[itemp], lu_sup_ptr[nsupc + icol * lda]); in pivotL()