Searched refs:BLAShemv_ (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 222 #define BLAShemv_ PETSCBLAS(symv, SYMV) macro 242 #define BLAShemv_ PETSCBLAS(hemv, HEMV) macro
|
| H A D | petscblaslapack.h | 293 BLAS_EXTERN void BLAShemv_(const char *, const PetscBLASInt *, const PetscScalar *, const PetscScal…
|
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/ |
| H A D | blas_cyclic.c | 357 …PetscCallBLAS("BLAShemv", BLAShemv_("U", &bn, &alpha, &A[i_oldest * (lda + 1)], &blda, &x[i_oldest… in HEMVCyclic_Private() 360 …if (i_next > 0) PetscCallBLAS("BLAShemv", BLAShemv_("U", &i_next, &alpha, A, &blda, x, &b_one, &be… in HEMVCyclic_Private() 361 …if (bn > 0) PetscCallBLAS("BLAShemv", BLAShemv_("U", &bn, &alpha, &A[i_oldest * (lda + 1)], &blda,… in HEMVCyclic_Private()
|