ergo
template_blas_trmm.h File Reference

Go to the source code of this file.

Macros

#define a_ref(a_1, a_2)
 
#define b_ref(a_1, a_2)
 

Functions

template<class Treal>
int template_blas_trmm (const char *side, const char *uplo, const char *transa, const char *diag, const integer *m, const integer *n, const Treal *alpha, const Treal *a, const integer *lda, Treal *b, const integer *ldb)
 

Macro Definition Documentation

◆ a_ref

#define a_ref ( a_1,
a_2 )
Value:
a[(a_2)*a_dim1 + a_1]

Referenced by template_blas_trmm().

◆ b_ref

#define b_ref ( a_1,
a_2 )
Value:
b[(a_2)*b_dim1 + a_1]

Referenced by template_blas_trmm().

Function Documentation

◆ template_blas_trmm()

template<class Treal>
int template_blas_trmm ( const char * side,
const char * uplo,
const char * transa,
const char * diag,
const integer * m,
const integer * n,
const Treal * alpha,
const Treal * a,
const integer * lda,
Treal * b,
const integer * ldb )