:orphan:
# TaoALMMGetMultipliers
Retrieve a pointer to the Lagrange multipliers. 
## Synopsis
```
#include "petsctao.h" 
PetscErrorCode TaoALMMGetMultipliers(Tao tao, Vec *Y)
```

## Input Parameter

- ***tao -*** the `Tao` context for the `TAOALMM` solver



## Output Parameter

- ***Y -*** vector of Lagrange multipliers





## Notes
For problems with both equality and inequality constraints,
the multipliers are combined together as Y = (Ye, Yi). Users
can recover copies of the subcomponents using index sets
provided by `TaoALMMGetDualIS()` and use `VecGetSubVector()`.


## See Also
 `TAOALMM`, `Tao`, `TaoALMMSetMultipliers()`, `TaoALMMGetDualIS()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/constrained/impls/almm/almmutils.c.html#TaoALMMGetMultipliers">src/tao/constrained/impls/almm/almmutils.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/constrained/impls/almm/almmutils.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)  
