Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex5.c11 PetscScalar one = 1.0, negone = -1.0, v, alpha = 0.1; in main() local
92 PetscCall(VecAXPY(x, negone, w)); in main()
111 PetscCall(VecAXPY(y, negone, s)); in main()
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c265 PetscReal one = 1.0, zero = 0.0, negone = -1.0; in getquadpounders() local
307 …PetscCallBLAS("BLASgemv", BLASgemv_("T", &blasint, &blasnp, &negone, mfqP->N, &blasint, mfqP->beta… in getquadpounders()