:orphan: # 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 Parameter - ***tao -*** the `Tao` solver context ## Output Parameter - ***ksp -*** `KSP` solver context for the initial Hessian ## See Also `Tao`, `TAOLMVM`, `TAOBLMVM``TaoLMVMGetH0()`, `TaoLMVMGetH0KSP()` ## Level advanced ## Location src/tao/bound/impls/blmvm/blmvm.c --- [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](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)