Searched refs:j_it (Results 1 – 3 of 3) sorted by relevance
55 typename FactorType::InnerIterator j_it(k_it); in compute()58 for(++j_it; j_it; ) in compute()60 if(kj_it.index()==j_it.index()) in compute()62 j_it.valueRef() -= k_it.value() * kj_it.value(); in compute()63 ++j_it; in compute()66 else if(kj_it.index()<j_it.index()) ++kj_it; in compute()67 else ++j_it; in compute()
299 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize()300 for (; j_it; ++j_it) in factorize()302 Index k = j_it.index(); in factorize()307 u(sizel) = j_it.value(); in factorize()313 u(ii) = j_it.value(); in factorize()320 u(jpos) = j_it.value(); in factorize()324 rownorm += numext::abs2(j_it.value()); in factorize()
1337 auto j_it = source_size_to_dim[target_i_size].begin(); in GetReshardAllToAllSourceTargetDims() local1338 int64 j = *j_it; in GetReshardAllToAllSourceTargetDims()1344 if (++j_it == source_size_to_dim[target_i_size].end()) { in GetReshardAllToAllSourceTargetDims()1347 j = *j_it; in GetReshardAllToAllSourceTargetDims()1353 if (++j_it == source_size_to_dim[target_i_size].end()) { in GetReshardAllToAllSourceTargetDims()1356 j = *j_it; in GetReshardAllToAllSourceTargetDims()