Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/tests/
H A Dchwirut2.c58 PetscInt w_col[NOBSERVATIONS]; in main() local
77 w_col[i] = i; in main()
100 PetscCall(TaoSetResidualWeights(tao, NULL, NOBSERVATIONS, w_row, w_col, w_vals)); in main()