Home
last modified time | relevance | path

Searched defs:next_idx (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c265 PetscInt next_idx = ((next - 1) % A->m) + 1; in LMBasisGEMV() local
301 PetscInt next_idx = ((next - 1) % A->m) + 1; in LMBasisGEMVH() local
H A Dlmproducts.c152 PetscInt next_idx = ((next - 1) % dots->m) + 1; in LMProductsUpdate_Internal() local