ergo
template_blas_trsm.h File Reference

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]
 

Functions

template<class Treal >
int template_blas_trsm (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 
)    a[(a_2)*a_dim1 + a_1]

Referenced by template_blas_trsm().

◆ b_ref

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

Referenced by template_blas_trsm().

Function Documentation

◆ template_blas_trsm()

template<class Treal >
int template_blas_trsm ( 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 
)