Searched refs:nsupr (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_column_bmod.h | 58 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()
|
D | SparseLU_pivotL.h | 66 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()
|
D | SparseLU_panel_bmod.h | 62 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()
|
D | SparseLU_SupernodalMatrix.h | 248 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/ |
D | SuperLUSupport.h | 713 int fsupc, istart, nsupr; 741 nsupr = L_SUB_START(fsupc+1) - istart; 770 for (int i = upper; i < nsupr; ++i)
|