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) {
126 for (k = nsupc+1; k < nsupr; k++)
SparseLU_column_bmod.h 57 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;
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 245 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/
SuperLUSupport.h 696 int fsupc, istart, nsupr; local
724 nsupr = L_SUB_START(fsupc+1) - istart;
753 for (int i = upper; i < nsupr; ++i)

Completed in 617 milliseconds