Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.h53 PETSC_INTERN PetscErrorCode BFGSKernel_Recursive(Mat, MatLMVMMode, Vec, Vec);
H A Dsymbadbrdn.c13 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, Y)); in MatMult_LMVMSymBadBrdn_Recursive()
28 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_DUAL, X, Y)); in MatSolve_LMVMSymBadBrdn_Recursive()
H A Dsymbrdn.c209 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, Y)); in MatMult_LMVMSymBrdn_Recursive()
228 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_DUAL, X, Y)); in MatSolve_LMVMSymBrdn_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c99 PETSC_INTERN PetscErrorCode BFGSKernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec Y) in BFGSKernel_Recursive() function
231 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, Y)); in MatMult_LMVMBFGS_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/dfp/
H A Ddfp.c183 PetscCall(BFGSKernel_Recursive(B, MATLMVM_MODE_DUAL, X, HX)); in MatSolve_LMVMDFP_Recursive()