Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c1145 Vec y_j, Sty_j; in MatLMVMDDFPUpdateSolveData() local
1148 PetscCall(MatDenseGetColumnVecWrite(ldfp->StY_triu_strict, StY_idx, &Sty_j)); in MatLMVMDDFPUpdateSolveData()
1149 PetscCall(MatMultHermitianTransposeColumnRange(Sfull, y_j, Sty_j, 0, h)); in MatLMVMDDFPUpdateSolveData()
1151 …if (ldfp->strategy == MAT_LMVM_DENSE_REORDER) PetscCall(VecRecycleOrderToHistoryOrder(B, Sty_j, ld… in MatLMVMDDFPUpdateSolveData()
1152 PetscCall(MatDenseRestoreColumnVecWrite(ldfp->StY_triu_strict, StY_idx, &Sty_j)); in MatLMVMDDFPUpdateSolveData()