Searched defs:lda2 (Results 1 – 2 of 2) sorted by relevance
554 …PetscBLASInt ione = 1, lda2 = (PetscBLASInt)lda; // the cast is safe since we've screened out thos… in VecMultiDot_Seq_GEMV() local739 …PetscBLASInt incx = 1, incy = 1, lda2 = (PetscBLASInt)lda; // the cast is safe since we've screene… in VecMAXPY_Seq_GEMV() local
2620 PetscInt lda1 = a->lda, lda2 = b->lda, m = A->rmap->n, n = A->cmap->n, j; in MatCopy_SeqDense() local