Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h58 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; in column_bmod() local
97 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in column_bmod()
98 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
159 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension in column_bmod()
161 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
DSparseLU_pivotL.h66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode in pivotL() local
79 for (isub = nsupc; isub < nsupr; ++isub) { in pivotL()
129 for (k = nsupc+1; k < nsupr; k++) in pivotL()
DSparseLU_panel_bmod.h62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local
81 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in panel_bmod()
82 nrow = nsupr - nsupc; in panel_bmod()
DSparseLU_SupernodalMatrix.h248 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode in solveInPlace() local
250 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveInPlace()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h713 int fsupc, istart, nsupr;
741 nsupr = L_SUB_START(fsupc+1) - istart;
770 for (int i = upper; i < nsupr; ++i)