# TaoLMVMGetH0KSP
Get the iterative solver for applying the inverse of the QN initial Hessian 
## Synopsis
```
#include "petsctaolinesearch.h" 
PetscErrorCode TaoLMVMGetH0KSP(Tao tao, KSP *ksp)
```

## Input Parameters

- ***tao  -*** the Tao solver context



## Output Parameters

- ***ksp -*** KSP solver context for the initial Hessian





## See Also
 `TaoLMVMGetH0()`, `TaoLMVMGetH0KSP()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/bound/impls/blmvm/blmvm.c.html#TaoLMVMGetH0KSP">src/tao/bound/impls/blmvm/blmvm.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/bound/impls/blmvm/blmvm.c)


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