Home
last modified time | relevance | path

Searched defs:lda2 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c554 …PetscBLASInt ione = 1, lda2 = (PetscBLASInt)lda; // the cast is safe since we've screened out thos… in VecMultiDot_Seq_GEMV() local
739 …PetscBLASInt incx = 1, incy = 1, lda2 = (PetscBLASInt)lda; // the cast is safe since we've screene… in VecMAXPY_Seq_GEMV() local
/petsc/src/mat/impls/dense/seq/
H A Ddense.c2620 PetscInt lda1 = a->lda, lda2 = b->lda, m = A->rmap->n, n = A->cmap->n, j; in MatCopy_SeqDense() local