:orphan:
# MatLMVMSymBroydenSetDelta
Sets the starting value for the diagonal scaling vector computed in the SymBrdn approximations (also works for BFGS and DFP). 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode MatLMVMSymBroydenSetDelta(Mat B, PetscScalar delta)
```

## Input Parameters

- ***B -*** LMVM matrix
- ***delta -*** initial value for diagonal scaling





## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c.html#MatLMVMSymBroydenSetDelta">src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c)


[Index of all KSP routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
