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 StorageIndex* 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()
92 pivrow = pivmax < RealScalar(0.0) ? diagind : lsub_ptr[pivptr]; in pivotL()
110 pivrow = lsub_ptr[pivptr]; in pivotL()
118 std::swap( lsub_ptr[pivptr], lsub_ptr[nsupc] ); in pivotL()