![]() |
LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
|
| void cblas_ssymm | ( | CBLAS_LAYOUT | layout, |
| CBLAS_SIDE | Side, | ||
| CBLAS_UPLO | Uplo, | ||
| const CBLAS_INT | M, | ||
| const CBLAS_INT | N, | ||
| const float | alpha, | ||
| const float * | A, | ||
| const CBLAS_INT | lda, | ||
| const float * | B, | ||
| const CBLAS_INT | ldb, | ||
| const float | beta, | ||
| float * | C, | ||
| const CBLAS_INT | ldc | ||
| ) |
Definition at line 12 of file cblas_ssymm.c.