Searched refs:MatLMVMGetUpdateCount (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/tao/bound/impls/bqnls/ |
| H A D | bqnls.c | 33 PetscCall(MatLMVMGetUpdateCount(bqnk->B, &nupdates)); in TaoBQNLSComputeStep()
|
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.c | 52 PetscCall(MatLMVMGetUpdateCount(lmP->M, &nupdates)); in TaoSolve_LMVM()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntl.c | 452 PetscCall(MatLMVMGetUpdateCount(tl->M, &bfgsUpdates)); in TaoSolve_NTL() 512 PetscCall(MatLMVMGetUpdateCount(tl->M, &bfgsUpdates)); in TaoSolve_NTL()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 510 PetscCall(MatLMVMGetUpdateCount(bnk->M, &bfgsUpdates)); in TaoBNKComputeStep() 611 PetscCall(MatLMVMGetUpdateCount(bnk->M, &bfgsUpdates)); in TaoBNKSafeguardStep() 749 PetscCall(MatLMVMGetUpdateCount(bnk->M, &bfgsUpdates)); in TaoBNKPerformLineSearch()
|
| /petsc/include/ |
| H A D | petscksp.h | 1204 PETSC_EXTERN PetscErrorCode MatLMVMGetUpdateCount(Mat, PetscInt *);
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nls.c | 390 PetscCall(MatLMVMGetUpdateCount(nlsP->M, &bfgsUpdates)); in TaoSolve_NLS()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 900 PetscErrorCode MatLMVMGetUpdateCount(Mat B, PetscInt *nupdates) in MatLMVMGetUpdateCount() function
|