:orphan:
# MatLMVMApplyJ0Fwd
Applies an approximation of the forward matrix-vector product with the initial Jacobian. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode MatLMVMApplyJ0Fwd(Mat B, Vec X, Vec Y)
```

## Input Parameters

- ***B -*** An LMVM-type matrix
- ***X -*** vector to multiply with J0



## Output Parameter

- ***Y -*** resulting vector for the operation





## See Also
 [](ch_ksp), [LMVM Matrices](sec_matlmvm), `MATLMVM`, `MatLMVMSetJ0()`, `MatLMVMSetJ0Scale()`, `MatLMVMSetJ0ScaleDiag()`,
`MatLMVMSetJ0PC()`, `MatLMVMSetJ0KSP()`, `MatLMVMApplyJ0Inv()`

## Level
advanced

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