Searched refs:TaoSetResidualWeights (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petsctao_deprecations.h | 39 return TaoSetResidualWeights(tao, sigma_v, n, rows, cols, vals); in TaoSetSeparableObjectiveWeights()
|
| H A D | petsctao.h | 350 PETSC_EXTERN PetscErrorCode TaoSetResidualWeights(Tao, Vec, PetscInt, PetscInt *, PetscInt *, Petsc…
|
| /petsc/src/tao/leastsquares/tests/ |
| H A D | chwirut2.c | 98 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 D | taosolver_fg.c | 377 PetscErrorCode TaoSetResidualWeights(Tao tao, Vec sigma_v, PetscInt n, PetscInt *rows, PetscInt *co… in TaoSetResidualWeights() function
|