:orphan:
# MatLMVMSymBroydenSetScaleType
Sets the scale type for symmetric Broyden-type updates. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode MatLMVMSymBroydenSetScaleType(Mat B, MatLMVMSymBroydenScaleType stype)
```

## Input Parameters

- ***snes -*** the iterative context
- ***rtype -*** restart type



## Options Database Key

- ***-mat_lmvm_scale_type <none,scalar,diagonal> -*** set the scaling type





## MatLMVMSymBrdnScaleTypes

- ***MAT_LMVM_SYMBROYDEN_SCALE_NONE -*** initial Hessian is the identity matrix
- ***MAT_LMVM_SYMBROYDEN_SCALE_SCALAR -*** use the Shanno scalar as the initial Hessian
- ***MAT_LMVM_SYMBROYDEN_SCALE_DIAGONAL -*** use a diagonalized BFGS update as the initial Hessian



## See Also
 [](ch_ksp), `MATLMVMSYMBROYDEN`, `MatCreateLMVMSymBroyden()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c.html#MatLMVMSymBroydenSetScaleType">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)  
