TaoTermShellSetCreateParametersVec#
Set the routine that creates parameters vector for a TaoTerm of type TAOTERMSHELL
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermShellSetCreateParametersVec(TaoTerm term, PetscErrorCode (*createparametersvec)(TaoTerm term, Vec *parameters))
Logically collective
Input Parameters#
term - a
TaoTermof typeTAOTERMSHELLcreateparametersvec - a function with the same signature as
TaoTermCreateParametersVec()
Calling sequence of createparametersvec#
term - the
TaoTermparameters - a parameters vector for
term
See Also#
TaoTerm: composable objective function terms, TaoTerm, TAOTERMSHELL, TaoTermShellGetContext(), TaoTermShellSetContextDestroy(),
TaoTermShellSetCreateHessianMatrices()
Level#
intermediate
Location#
Implementations#
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages