Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:Index

20 template <typename Scalar, typename Index>
21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu)
25 Index nsuper = (glu.supno)(n);
26 Index jlen;
27 Index i, j, fsupc;
51 template <typename Scalar, typename Index>
52 void SparseLUImpl<Scalar,Index>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu)
54 Index fsupc, i, j, k, jstart;
56 Index nextl = 0;
57 Index nsuper = (glu.supno)(n);