#include "petsctao.h" PetscErrorCode TaoSetSeparableObjectiveWeights(Tao tao, Vec sigma_v, PetscInt n, PetscInt *rows, PetscInt *cols, PetscReal *vals)Collective on Tao
tao | - the Tao context | |
sigma_v | - vector of weights (diagonal terms only) | |
n | - the number of weights (if using off-diagonal) | |
rows | - index list of rows for sigma_w | |
cols | - index list of columns for sigma_w | |
vals | - array of weights |
Note: Either sigma_v or sigma_w (or both) should be NULL
Level:intermediate
Location:src/tao/interface/taosolver_fg.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages