Home
last modified time | relevance | path

Searched refs:TaoBRGNRegularizationType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/leastsquares/impls/brgn/ !
H A Dbrgn.h33 TaoBRGNRegularizationType reg_type;
H A Dbrgn.c264 static PetscErrorCode TaoBRGNGetRegularizationType_BRGN(Tao tao, TaoBRGNRegularizationType *type) in TaoBRGNGetRegularizationType_BRGN()
288 PetscErrorCode TaoBRGNGetRegularizationType(Tao tao, TaoBRGNRegularizationType *type) in TaoBRGNGetRegularizationType()
293 …ethod((PetscObject)tao, "TaoBRGNGetRegularizationType_C", (Tao, TaoBRGNRegularizationType *), (tao… in TaoBRGNGetRegularizationType()
297 static PetscErrorCode TaoBRGNSetRegularizationType_BRGN(Tao tao, TaoBRGNRegularizationType type) in TaoBRGNSetRegularizationType_BRGN()
319 PetscErrorCode TaoBRGNSetRegularizationType(Tao tao, TaoBRGNRegularizationType type) in TaoBRGNSetRegularizationType()
324 …ethod((PetscObject)tao, "TaoBRGNSetRegularizationType_C", (Tao, TaoBRGNRegularizationType), (tao, … in TaoBRGNSetRegularizationType()
/petsc/include/ !
H A Dpetsctao.h503 } TaoBRGNRegularizationType; typedef
508 PETSC_EXTERN PetscErrorCode TaoBRGNGetRegularizationType(Tao, TaoBRGNRegularizationType *);
509 PETSC_EXTERN PetscErrorCode TaoBRGNSetRegularizationType(Tao, TaoBRGNRegularizationType);
/petsc/src/tao/leastsquares/tutorials/ !
H A Dcs1.c90 TaoBRGNRegularizationType type; in TestOutType()