Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c152 PetscReal zero = 0.0, one = 1.0, wii, factor; in pounders_update_res() local
173 PetscCall(VecGetValues(tao->res_weights_v, 1, &i, &wii)); in pounders_update_res()
175 factor = wii * mfqP->C[i]; in pounders_update_res()
180 …PetscCallBLAS("BLASgemm", BLASgemm_("N", "T", &blasn, &blasn, &ione, &wii, &mfqP->Fdiff[blasn * i]… in pounders_update_res()