Searched refs:MatMove_LR3 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.h | 54 PETSC_INTERN PetscErrorCode MatMove_LR3(Mat, Mat, PetscInt);
|
| H A D | denseqn.c | 323 PetscCall(MatMove_LR3(B, lqn->StY_triu, m - 1)); in MatUpdate_LMVMDQN() 324 PetscCall(MatMove_LR3(B, lqn->YtS_triu, m - 1)); in MatUpdate_LMVMDQN() 326 PetscCall(MatMove_LR3(B, lqn->StY_triu, m - 1)); in MatUpdate_LMVMDQN() 328 PetscCall(MatMove_LR3(B, lqn->YtS_triu, m - 1)); in MatUpdate_LMVMDQN() 712 PetscCall(MatMove_LR3(B, lbfgs->YtS_triu_strict, m_keep)); in MatLMVMDBFGSUpdateMultData() 1138 PetscCall(MatMove_LR3(B, ldfp->StY_triu_strict, m_keep)); in MatLMVMDDFPUpdateSolveData()
|
| H A D | cd_utils.c | 174 PETSC_INTERN PetscErrorCode MatMove_LR3(Mat B, Mat R, PetscInt m_keep) in MatMove_LR3() function
|