TaoTermSumParametersUnpack#
Unpack the concatenated parameters created by TaoTermSumParametersPack() and destroy the VECNEST
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermSumParametersUnpack(TaoTerm term, Vec *params, Vec p_arr[])
Collective
Input Parameters#
term - a
TaoTermof typeTAOTERMSUMparams - a
Veccreated byTaoTermSumParametersPack()
Output Parameter#
p_arr - an array of parameters
Vecs, one for each term in the sum. An entry will beNULLifNULLwas passed in the same position ofTaoTermSumParametersPack()
See Also#
TaoTerm: composable objective function terms,
TaoTerm,
TAOTERMSUM,
TaoTermSumParametersPack(),
VecNestGetTaoTermSumParameters()
Level#
intermediate
Location#
src/tao/term/impls/sum/taotermsum.c
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages