Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_fg.c388 PetscCall(PetscFree(tao->res_weights_rows)); in TaoSetResidualWeights()
391 PetscCall(PetscMalloc1(n, &tao->res_weights_rows)); in TaoSetResidualWeights()
396 tao->res_weights_rows[i] = rows[i]; in TaoSetResidualWeights()
402 tao->res_weights_rows = NULL; in TaoSetResidualWeights()
H A Dtaosolver.c309 PetscCall(PetscFree((*tao)->res_weights_rows)); in TaoDestroy()
/petsc/include/petsc/private/
H A Dtaoimpl.h92 PetscInt *res_weights_rows; member
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c42 row = tao->res_weights_rows[i]; in pounders_feval()
185 row = tao->res_weights_rows[i]; in pounders_update_res()
197 row = tao->res_weights_rows[i]; in pounders_update_res()
206 row = tao->res_weights_rows[i]; in pounders_update_res()