Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij2.c1783 PetscBLASInt bbs, bcn, bbm, bcm; in MatMatMultNumeric_SeqSBAIJ_SeqDense() local
1817 PetscCall(PetscBLASIntCast(bm, &bbm)); in MatMatMultNumeric_SeqSBAIJ_SeqDense()
1828 …gemm", BLASgemm_("T", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * i, &bbm, &_DOne, c + bs * (… in MatMatMultNumeric_SeqSBAIJ_SeqDense()
1829 … BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++), &bbm, &_DOne, z, &bcm)); in MatMatMultNumeric_SeqSBAIJ_SeqDense()
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c3649 PetscBLASInt bbs, bcn, bbm, bcm; in MatMatMultNumeric_SeqBAIJ_SeqDense() local
3684 PetscCall(PetscBLASIntCast(bm, &bbm)); in MatMatMultNumeric_SeqBAIJ_SeqDense()
3702 …BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++), &bbm, &_DZero, z, &bcm)); in MatMatMultNumeric_SeqBAIJ_SeqDense()
3706 … BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++), &bbm, &_DOne, z, &bcm)); in MatMatMultNumeric_SeqBAIJ_SeqDense()
3945 PetscBLASInt bbs, bcn, bbm, bcm; in MatTransposeMatMultNumeric_SeqBAIJ_SeqDense() local
3979 PetscCall(PetscBLASIntCast(bm, &bbm)); in MatTransposeMatMultNumeric_SeqBAIJ_SeqDense()
3997 …PetscCallBLAS("BLASgemm", BLASgemm_("T", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, bi, &bbm, &_DOne,… in MatTransposeMatMultNumeric_SeqBAIJ_SeqDense()