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#

Output Parameter#

  • p_arr - an array of parameters Vecs, one for each term in the sum. An entry will be NULL if NULL was passed in the same position of TaoTermSumParametersPack()

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