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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_pivotL.h66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode local
79 for (isub = nsupc; isub < nsupr; ++isub) {
126 for (k = nsupc+1; k < nsupr; k++)
H A DSparseLU_column_bmod.h57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; local
61 * nsupr = number of rows in a supernode
96 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc);
97 nrow = nsupr - d_fsupc - nsupc;
158 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension
160 nrow = nsupr - d_fsupc - nsupc;
H A DSparseLU_panel_bmod.h62 Index fsupc, nsupc, nsupr, nrow; local
76 * nsupr = number of rows in a supernode
81 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc);
82 nrow = nsupr - nsupc;
204 Index lda = glu.xlusup(fsupc+1)-glu.xlusup(fsupc);// nsupr
H A DSparseLU_SupernodalMatrix.h245 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode local
247 Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the supernode
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h696 int fsupc, istart, nsupr; local
724 nsupr = L_SUB_START(fsupc+1) - istart;
753 for (int i = upper; i < nsupr; ++i)

Completed in 133 milliseconds