ergo
|
#include "template_blas_common.h"
Go to the source code of this file.
Macros | |
#define | a_ref(a_1, a_2) a[(a_2)*a_dim1 + a_1] |
#define | b_ref(a_1, a_2) b[(a_2)*b_dim1 + a_1] |
#define | c___ref(a_1, a_2) c__[(a_2)*c_dim1 + a_1] |
Functions | |
template<class Treal > | |
int | template_blas_gemm (const char *transa, const char *transb, const integer *m, const integer *n, const integer *k, 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 | |||
) | a[(a_2)*a_dim1 + a_1] |
Referenced by dlanhs_(), template_blas_gemm(), template_blas_gemv(), template_blas_ger(), template_blas_symm(), template_blas_symv(), template_blas_syr2(), template_blas_syr2k(), template_blas_syrk(), template_blas_trmm(), template_blas_trmv(), template_blas_trsm(), template_blas_trsv(), template_lapack_geqr2(), template_lapack_geqrf(), template_lapack_getf2(), template_lapack_getrf(), template_lapack_ggbal(), template_lapack_ggev(), template_lapack_gghrd(), template_lapack_hgeqz(), template_lapack_lacpy(), template_lapack_lag2(), template_lapack_laln2(), template_lapack_lange(), template_lapack_lansy(), template_lapack_lascl(), template_lapack_laset(), template_lapack_lasr(), template_lapack_laswp(), template_lapack_latrd(), template_lapack_latrs(), template_lapack_org2l(), template_lapack_org2r(), template_lapack_orgql(), template_lapack_orgqr(), template_lapack_orgtr(), template_lapack_orm2r(), template_lapack_ormqr(), template_lapack_potf2(), template_lapack_potrf(), template_lapack_syev(), template_lapack_sygs2(), template_lapack_sygst(), template_lapack_sytd2(), template_lapack_sytrd(), template_lapack_tgevc(), template_lapack_trti2(), and template_lapack_trtri().
#define b_ref | ( | a_1, | |
a_2 | |||
) | b[(a_2)*b_dim1 + a_1] |
Referenced by template_blas_gemm(), template_blas_symm(), template_blas_syr2k(), template_blas_trmm(), template_blas_trsm(), template_lapack_ggbal(), template_lapack_ggev(), template_lapack_gghrd(), template_lapack_hgeqz(), template_lapack_lacpy(), template_lapack_lag2(), template_lapack_laln2(), template_lapack_sygs2(), template_lapack_sygst(), and template_lapack_tgevc().
#define c___ref | ( | a_1, | |
a_2 | |||
) | c__[(a_2)*c_dim1 + a_1] |
int template_blas_gemm | ( | const char * | transa, |
const char * | transb, | ||
const integer * | m, | ||
const integer * | n, | ||
const integer * | k, | ||
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::gemm(), main(), template_lapack_getrf(), template_lapack_larfb(), template_lapack_potrf(), and thread_func().