Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c739 …PetscBLASInt incx = 1, incy = 1, lda2 = (PetscBLASInt)lda; // the cast is safe since we've screene… in VecMAXPY_Seq_GEMV() local
741 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &n, &m, &one, xarray, &lda2, alpha + i, &incx, &one, yarr… in VecMAXPY_Seq_GEMV()