Home
last modified time | relevance | path

Searched refs:incy (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 …AS("BLASgemv", BLASgemv_("N", &n, &m, &one, xarray, &lda2, alpha + i, &incx, &one, yarray, &incy)); in VecMAXPY_Seq_GEMV()