Home
last modified time | relevance | path

Searched refs:a_next_idx (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c402 PetscInt a_next_idx = ((a_next - 1) % A->m) + 1; in LMBasisGEMMH() local
407 {0, a_next_idx}, in LMBasisGEMMH()
417 if (a_lim == A->m || a_oldest_idx < a_next_idx) { in LMBasisGEMMH()
424 a_intervals[0][1] = a_next_idx; in LMBasisGEMMH()