Home
last modified time | relevance | path

Searched refs:TAO_POUNDERS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c11 TAO_POUNDERS *mfqP = (TAO_POUNDERS *)ctx; in pounders_fg()
30 TAO_POUNDERS *mfqP = (TAO_POUNDERS *)tao->data; in pounders_feval()
64 TAO_POUNDERS *mfqP = (TAO_POUNDERS *)tao->data; in gqtwrap()
149 TAO_POUNDERS *mfqP = (TAO_POUNDERS *)tao->data; in pounders_update_res()
257 static PetscErrorCode getquadpounders(TAO_POUNDERS *mfqP) in getquadpounders()
331 static PetscErrorCode morepoints(TAO_POUNDERS *mfqP) in morepoints()
460 static PetscErrorCode addpoint(Tao tao, TAO_POUNDERS *mfqP, PetscInt index) in addpoint()
485 static PetscErrorCode modelimprove(Tao tao, TAO_POUNDERS *mfqP, PetscInt addallpoints) in modelimprove()
527 static PetscErrorCode affpoints(TAO_POUNDERS *mfqP, PetscReal *xmin, PetscReal c) in affpoints()
575 TAO_POUNDERS *mfqP = (TAO_POUNDERS *)tao->data; in TaoSolve_POUNDERS()
[all …]
H A Dpounders.h85 } TAO_POUNDERS; typedef