Home
last modified time | relevance | path

Searched refs:TAOBRGN (Results 1 – 10 of 10) sorted by relevance

/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c64 PetscCall(PetscObjectTypeCompare((PetscObject)tao, TAOBRGN, &isbrgn)); in SetTaoOptionsFromUserOptions()
88 PetscCall(PetscObjectTypeCompare((PetscObject)tao, TAOBRGN, &isbrgn)); in TestOutType()
153 PetscCall(TaoSetType(tao, TAOBRGN)); in main()
H A Dtomography.c62 PetscCall(TaoSetType(tao, TAOBRGN)); in main()
/petsc/src/tao/interface/
H A Dtaosolverregi.c102 PetscCall(TaoRegister(TAOBRGN, TaoCreate_BRGN)); in TaoRegisterAll()
/petsc/doc/manual/
H A Dregressor.md152 By default, bound-constrained regularized Gauss-Newton `TAOBRGN` is used to solve the underlying op…
H A Dtao.md2388 The TAOBRGN algorithms is a Gauss-Newton method is used to iteratively solve nonlinear least
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c151 PetscCall(TaoSetType(tao, TAOBRGN)); in PetscRegressorSetUp_Linear()
/petsc/include/
H A Dpetsctao.h226 #define TAOBRGN "brgn" macro
/petsc/doc/changes/
H A D314.md220 - Add lm regularizer to TAOBRGN. This regularizer turns BRGN into a
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi25 PetscTAOType TAOBRGN
H A DTAO.pyx32 BRGN = S_(TAOBRGN)