Searched refs:setmultalgorithm (Results 1 – 9 of 9) sorted by relevance
268 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()
48 PetscErrorCode (*setmultalgorithm)(Mat); member
121 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SymBadBrdn; in MatCreate_LMVMSymBadBrdn()
1052 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SymBrdn; in MatCreate_LMVMSymBrdn()
242 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_DFP; in MatCreate_LMVMDFP()
311 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_BFGS; in MatCreate_LMVMBFGS()
418 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_BadBrdn; in MatCreate_LMVMBadBrdn()
462 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_Brdn; in MatCreate_LMVMBrdn()
434 lmvm->ops->setmultalgorithm = MatLMVMSetMultAlgorithm_SR1; in MatCreate_LMVMSR1()