Home
last modified time | relevance | path

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

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