Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.h49 PETSC_INTERN PetscErrorCode DFPKernel_Recursive(Mat, MatLMVMMode, Vec, Vec);
H A Dsymbadbrdn.c11 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, Y)); in MatMult_LMVMSymBadBrdn_Recursive()
30 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_DUAL, X, Y)); in MatSolve_LMVMSymBadBrdn_Recursive()
H A Dsymbrdn.c211 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, Y)); in MatMult_LMVMSymBrdn_Recursive()
226 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_DUAL, X, Y)); in MatSolve_LMVMSymBrdn_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/dfp/
H A Ddfp.c13 PETSC_INTERN PetscErrorCode DFPKernel_Recursive(Mat B, MatLMVMMode mode, Vec X, Vec BX) in DFPKernel_Recursive() function
162 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_PRIMAL, X, BX)); in MatMult_LMVMDFP_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c245 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_DUAL, X, HX)); in MatSolve_LMVMBFGS_Recursive()