|
ergo
|
Go to the source code of this file.
Macros | |
| #define | a_ref(a_1, a_2) |
| #define | b_ref(a_1, a_2) |
| #define | c___ref(a_1, a_2) |
Functions | |
| template<class Treal> | |
| int | template_blas_symm (const char *side, const char *uplo, const integer *m, const integer *n, const Treal *alpha, const Treal *a, const integer *lda, const Treal *b, const integer *ldb, const Treal *beta, Treal *c__, const integer *ldc) |
| #define a_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_blas_symm().
| #define b_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_blas_symm().
| #define c___ref | ( | a_1, | |
| a_2 ) |
Referenced by template_blas_symm().
| int template_blas_symm | ( | const char * | side, |
| const char * | uplo, | ||
| const integer * | m, | ||
| const integer * | n, | ||
| const Treal * | alpha, | ||
| const Treal * | a, | ||
| const integer * | lda, | ||
| const Treal * | b, | ||
| const integer * | ldb, | ||
| const Treal * | beta, | ||
| Treal * | c__, | ||
| const integer * | ldc ) |
References a_ref, b_ref, c___ref, maxMACRO, template_blas_erbla(), and template_blas_lsame().
Referenced by mat::symm(), and template_lapack_sygst().