Searched refs:this_sy_col (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/dense/ ! |
| H A D | denseqn.c | 359 Vec this_sy_col; in MatUpdate_LMVMDQN() local 361 PetscCall(MatDenseGetColumnVecWrite(lqn->StY_triu, StYidx, &this_sy_col)); in MatUpdate_LMVMDQN() 362 PetscCall(VecAXPBY(this_sy_col, -1.0, 0.0, lqn->StFprev)); in MatUpdate_LMVMDQN() 369 PetscCall(VecAXPY(this_sy_col, 1.0, lqn->StFprev)); in MatUpdate_LMVMDQN() 371 … == MAT_LMVM_DENSE_REORDER) PetscCall(VecRecycleOrderToHistoryOrder(B, this_sy_col, lqn->num_updat… in MatUpdate_LMVMDQN() 372 PetscCall(MatDenseRestoreColumnVecWrite(lqn->StY_triu, StYidx, &this_sy_col)); in MatUpdate_LMVMDQN()
|