:orphan:
# MatLMVMSetJ0Scale
Allows the user to define a scalar value mu such that J0 = mu*I. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode MatLMVMSetJ0Scale(Mat B, PetscReal scale)
```

## Input Parameters

- ***B -*** An LMVM-type matrix
- ***scale -*** Scalar value mu that defines the initial Jacobian





## See Also
 [](ch_ksp), [LMVM Matrices](sec_matlmvm), `MATLMVM`, `MatLMVMSetDiagScale()`, `MatLMVMSetJ0()`

## Level
advanced

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


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/utils/lmvm/lmvmutils.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)  
