Lines Matching refs:Index
52 template <typename Scalar, typename Index>
53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu)
55 Index jsupno, k, ksub, krep, ksupno;
56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst;
57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros;
70 Index d_fsupc; // distance between the first column of the current panel and the
72 Index fst_col; // First column within small LU update
73 Index segsize;
98 Index lda = glu.xlusup(fst_col+1) - glu.xlusup(fst_col);
116 Index mem;
118 Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - new_next;
164 Index lda = glu.xlusup(jcol+1) - glu.xlusup(jcol);