Searched refs:TAO_DF (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 3 static PetscErrorCode init_df_solver(TAO_DF *); 4 static PetscErrorCode ensure_df_space(PetscInt, TAO_DF *); 5 static PetscErrorCode destroy_df_solver(TAO_DF *); 7 …PetscReal *, PetscReal, PetscReal *, PetscReal *, PetscReal *, PetscReal *, PetscReal *, TAO_DF *); 9 static PetscErrorCode solve(TAO_DF *df) in solve() 291 TAO_DF df; in TaoSolve_BMRM() 511 static PetscErrorCode init_df_solver(TAO_DF *df) in init_df_solver() 549 static PetscErrorCode ensure_df_space(PetscInt dim, TAO_DF *df) in ensure_df_space() 641 static PetscErrorCode destroy_df_solver(TAO_DF *df) in destroy_df_solver() 693 …etscReal b, PetscReal *c, PetscReal *l, PetscReal *u, PetscReal *x, PetscReal *lam_ext, TAO_DF *df) in project()
|
| H A D | bmrm.h | 61 } TAO_DF; typedef
|