Searched refs:DFPKernel_Recursive (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/symbrdn/ |
| H A D | symbrdn.h | 49 PETSC_INTERN PetscErrorCode DFPKernel_Recursive(Mat, MatLMVMMode, Vec, Vec);
|
| H A D | symbadbrdn.c | 11 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 D | symbrdn.c | 211 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 D | dfp.c | 13 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 D | bfgs.c | 245 PetscCall(DFPKernel_Recursive(B, MATLMVM_MODE_DUAL, X, HX)); in MatSolve_LMVMBFGS_Recursive()
|