TaoTermSetParametersMode#
Sets the way a TaoTerm can accept parameters
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermSetParametersMode(TaoTerm term, TaoTermParametersMode parameters_mode)
Logically collective
Input Parameters#
term - a
TaoTermparameters_mode -
TAOTERM_PARAMETERS_OPTIONAL,TAOTERM_PARAMETERS_NONE,TAOTERM_PARAMETERS_REQUIRED
Options Database Keys#
-tao_term_parameters_mode <optional,none,required> -
TAOTERM_PARAMETERS_OPTIONAL,TAOTERM_PARAMETERS_NONE,TAOTERM_PARAMETERS_REQUIRED
See Also#
TaoTerm: composable objective function terms,
TaoTerm,
TaoTermParametersMode,
TaoTermGetParametersMode()
Level#
advanced
Location#
Examples#
src/tao/unconstrained/tutorials/rosenbrock1_taoterm.c
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages