Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c341 PetscInt StYidx; in MatUpdate_LMVMDQN() local
343StYidx = (lqn->strategy == MAT_LMVM_DENSE_REORDER) ? history_index(m, lqn->num_updates, k) : idx; in MatUpdate_LMVMDQN()
361 PetscCall(MatDenseGetColumnVecWrite(lqn->StY_triu, StYidx, &this_sy_col)); in MatUpdate_LMVMDQN()
372 PetscCall(MatDenseRestoreColumnVecWrite(lqn->StY_triu, StYidx, &this_sy_col)); in MatUpdate_LMVMDQN()