Home
last modified time | relevance | path

Searched refs:setmultalgorithm (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c268 if (mctx->ops->setmultalgorithm) PetscCall((*mctx->ops->setmultalgorithm)(M)); in MatCopy_LMVM()
428 if (lmvm->ops->setmultalgorithm) PetscCall((*lmvm->ops->setmultalgorithm)(B)); in MatLMVMSetMultAlgorithm_LMVM()
H A Dlmvm.h48 PetscErrorCode (*setmultalgorithm)(Mat); member
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbadbrdn.c121 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SymBadBrdn; in MatCreate_LMVMSymBadBrdn()
H A Dsymbrdn.c1052 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SymBrdn; in MatCreate_LMVMSymBrdn()
/petsc/src/ksp/ksp/utils/lmvm/dfp/
H A Ddfp.c242 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_DFP; in MatCreate_LMVMDFP()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c311 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_BFGS; in MatCreate_LMVMBFGS()
/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbadbrdn.c418 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_BadBrdn; in MatCreate_LMVMBadBrdn()
H A Dbrdn.c462 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_Brdn; in MatCreate_LMVMBrdn()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c434 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SR1; in MatCreate_LMVMSR1()