| /petsc/src/ts/tutorials/ |
| H A D | ex50.c | 330 PetscScalar _DOne = 1; in MatMult_Laplacian() local 348 … 1) PetscCallBLAS("BLASgemv", BLASgemv_("N", &n, &n, &_DOne, &temp[0][0], &n, &xl[j], &_One, &_DOn… in MatMult_Laplacian() 370 PetscScalar _DOne = 1; in MatMult_Advection() local 384 … 1) PetscCallBLAS("BLASgemv", BLASgemv_("N", &n, &n, &_DOne, &temp[0][0], &n, &xl[j], &_One, &_DOn… in MatMult_Advection()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1048 PetscScalar *y, _DOne = 1.0, _DZero = 0.0; in MatMultColumnRangeKernel_SeqDense() local 1065 …if (herm) PetscCallBLAS("BLASgemv", BLASgemv_("C", &m, &n, &_DOne, v + c_start * mat->lda, &mat->l… in MatMultColumnRangeKernel_SeqDense() 1066 …else PetscCallBLAS("BLASgemv", BLASgemv_("T", &m, &n, &_DOne, v + c_start * mat->lda, &mat->lda, x… in MatMultColumnRangeKernel_SeqDense() 1068 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &m, &n, &_DOne, v + c_start * mat->lda, &mat->lda, x + c_… in MatMultColumnRangeKernel_SeqDense() 1109 PetscScalar *y, _DOne = 1.0; in MatMultAddColumnRangeKernel_SeqDense() local 1120 …scCallBLAS("BLASgemv", BLASgemv_("C", &m, &n, &_DOne, v + c_start * mat->lda, &mat->lda, x, &_One,… in MatMultAddColumnRangeKernel_SeqDense() 1121 …scCallBLAS("BLASgemv", BLASgemv_("T", &m, &n, &_DOne, v + c_start * mat->lda, &mat->lda, x, &_One,… in MatMultAddColumnRangeKernel_SeqDense() 1123 …lBLAS("BLASgemv", BLASgemv_("N", &m, &n, &_DOne, v + c_start * mat->lda, &mat->lda, x + c_start, &… in MatMultAddColumnRangeKernel_SeqDense() 2728 PetscScalar _DOne = 1.0, _DZero = 0.0; in MatMatMultNumeric_SeqDense_SeqDense() local 2738 …PetscCallBLAS("BLASgemm", BLASgemm_("N", "N", &m, &n, &k, &_DOne, av, &a->lda, bv, &b->lda, &_DZer… in MatMatMultNumeric_SeqDense_SeqDense() [all …]
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij2.c | 1788 PetscScalar _DOne = 1.0; in MatMatMultNumeric_SeqSBAIJ_SeqDense() local 1828 …BLAS("BLASgemm", BLASgemm_("T", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * i, &bbm, &_DOne, … in MatMatMultNumeric_SeqSBAIJ_SeqDense() 1829 …S("BLASgemm", BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++), &bbm, &_DO… in MatMatMultNumeric_SeqSBAIJ_SeqDense()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij2.c | 3654 PetscScalar _DZero = 0.0, _DOne = 1.0; in MatMatMultNumeric_SeqBAIJ_SeqDense() local 3702 …PetscCallBLAS("BLASgemm", BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++)… in MatMatMultNumeric_SeqBAIJ_SeqDense() 3706 …S("BLASgemm", BLASgemm_("N", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, b + bs * (*idx++), &bbm, &_DO… in MatMatMultNumeric_SeqBAIJ_SeqDense() 3949 PetscScalar _DOne = 1.0; in MatTransposeMatMultNumeric_SeqBAIJ_SeqDense() local 3997 …CallBLAS("BLASgemm", BLASgemm_("T", "N", &bbs, &bcn, &bbs, &_DOne, v, &bbs, bi, &bbm, &_DOne, c + … in MatTransposeMatMultNumeric_SeqBAIJ_SeqDense()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 2271 PetscScalar _DOne = 1.0, _DZero = 0.0; in MatMatTransposeMultNumeric_MPIDense_MPIDense_Cyclic() local 2328 …if (cm && cn && ck) PetscCallBLAS("BLASgemm", BLASgemm_("N", "T", &cm, &cn, &ck, &_DOne, av, &alda… in MatMatTransposeMultNumeric_MPIDense_MPIDense_Cyclic() 2356 PetscScalar _DOne = 1.0, _DZero = 0.0; in MatMatTransposeMultNumeric_MPIDense_MPIDense_Allgatherv() local 2386 …if (cm && cn && ck) PetscCallBLAS("BLASgemm", BLASgemm_("N", "N", &cm, &cn, &ck, &_DOne, av, &alda… in MatMatTransposeMultNumeric_MPIDense_MPIDense_Allgatherv()
|