Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:irow

49   Index irow;
52 irow = lsub(isub);
53 tempv(i) = dense(irow);
80 irow = lsub(isub++);
81 dense(irow) = tempv(i);
87 irow = lsub(isub++);
88 dense(irow) -= l(i);
108 const /*typename IndexVector::Scalar*/Index* irow(lsub.data()+lptr + no_zeros + 1);
112 Index i0 = *(irow++);
113 Index i1 = *(irow++);
124 dense.coeffRef(*(irow++)) -= f * *(a++);