TaoBRGNGetDampingVector#
Get the damping vector \(\mathrm{diag}(J^T J)\) from a TAOBRGN with TAOBRGN_REGULARIZATION_LM regularization
Synopsis#
#include "petsctao.h" 
PetscErrorCode TaoBRGNGetDampingVector(Tao tao, Vec *d)
Collective
Input Parameter#
- tao - a - Taoof type- TAOBRGNwith- TAOBRGN_REGULARIZATION_LMregularization
Output Parameter#
- d - the damping vector 
See Also#
TAO: Optimization Solvers, Tao, TAOBRGN, TaoBRGNRegularzationTypes
Level#
developer
Location#
Implementations#
TaoBRGNGetDampingVector_BRGN() in src/tao/leastsquares/impls/brgn/brgn.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages