Searched refs:TaoBRGNRegularizationType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/leastsquares/impls/brgn/ ! |
| H A D | brgn.h | 33 TaoBRGNRegularizationType reg_type;
|
| H A D | brgn.c | 264 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 D | petsctao.h | 503 } TaoBRGNRegularizationType; typedef 508 PETSC_EXTERN PetscErrorCode TaoBRGNGetRegularizationType(Tao, TaoBRGNRegularizationType *); 509 PETSC_EXTERN PetscErrorCode TaoBRGNSetRegularizationType(Tao, TaoBRGNRegularizationType);
|
| /petsc/src/tao/leastsquares/tutorials/ ! |
| H A D | cs1.c | 90 TaoBRGNRegularizationType type; in TestOutType()
|