Home
last modified time | relevance | path

Searched refs:TaoSetResidualWeights (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsctao_deprecations.h39 return TaoSetResidualWeights(tao, sigma_v, n, rows, cols, vals); in TaoSetSeparableObjectiveWeights()
H A Dpetsctao.h350 PETSC_EXTERN PetscErrorCode TaoSetResidualWeights(Tao, Vec, PetscInt, PetscInt *, PetscInt *, Petsc…
/petsc/src/tao/leastsquares/tests/
H A Dchwirut2.c98 PetscCall(TaoSetResidualWeights(tao, w, 0, NULL, NULL, NULL)); in main()
100 PetscCall(TaoSetResidualWeights(tao, NULL, NOBSERVATIONS, w_row, w_col, w_vals)); in main()
/petsc/src/tao/interface/
H A Dtaosolver_fg.c377 PetscErrorCode TaoSetResidualWeights(Tao tao, Vec sigma_v, PetscInt n, PetscInt *rows, PetscInt *co… in TaoSetResidualWeights() function