HomeSort by relevance Sort by last modified time
    Searched refs:nsupr (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h 66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode local
79 for (isub = nsupc; isub < nsupr; ++isub) {
129 for (k = nsupc+1; k < nsupr; k++)
SparseLU_column_bmod.h 58 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; local
62 * nsupr = number of rows in a supernode
97 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc);
98 nrow = nsupr - d_fsupc - nsupc;
159 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension
161 nrow = nsupr - d_fsupc - nsupc;
SparseLU_panel_bmod.h 62 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
SparseLU_SupernodalMatrix.h 248 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode local
250 Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the supernode
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 713 int fsupc, istart, nsupr; local
741 nsupr = L_SUB_START(fsupc+1) - istart;
770 for (int i = upper; i < nsupr; ++i)
    [all...]

Completed in 87 milliseconds