11#ifndef EIGEN_SPARSELU_UTILS_H
12#define EIGEN_SPARSELU_UTILS_H
20template <
typename Scalar,
typename StorageIndex>
25 Index nsuper = (
glu.supno)(n);
30 for (i = 0; i <= nsuper; i++)
51template <
typename Scalar,
typename StorageIndex>
57 Index nsuper = (
glu.supno)(n);
60 for (i = 0; i <= nsuper; i++)
70 for (k =
fsupc+1; k <
glu.xsup(i+1); k++)
Pseudo expression representing a solving operation.
Definition Solve.h:63
void countnz(const Index n, Index &nnzL, Index &nnzU, GlobalLU_t &glu)
Count Nonzero elements in the factors.
Definition SparseLU_Utils.h:21
void fixupL(const Index n, const IndexVector &perm_r, GlobalLU_t &glu)
Fix up the data storage lsub for L-subscripts.
Definition SparseLU_Utils.h:52
Definition SparseLU_Structs.h:77