Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_fg.c389 PetscCall(PetscFree(tao->res_weights_cols)); in TaoSetResidualWeights()
392 PetscCall(PetscMalloc1(n, &tao->res_weights_cols)); in TaoSetResidualWeights()
397 tao->res_weights_cols[i] = cols[i]; in TaoSetResidualWeights()
403 tao->res_weights_cols = NULL; in TaoSetResidualWeights()
H A Dtaosolver.c310 PetscCall(PetscFree((*tao)->res_weights_cols)); in TaoDestroy()
/petsc/include/petsc/private/
H A Dtaoimpl.h93 PetscInt *res_weights_cols; member
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c43 col = tao->res_weights_cols[i]; in pounders_feval()
186 col = tao->res_weights_cols[i]; in pounders_update_res()
198 col = tao->res_weights_cols[i]; in pounders_update_res()
207 col = tao->res_weights_cols[i]; in pounders_update_res()