source/matrix/template_lapack/blas/template_blas_trmm.h File Reference
#include "template_blas_common.h"
Go to the source code of this file.
Defines |
#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_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) |
Define Documentation
#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] |
Function Documentation
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 | |
|
) |
| | [inline] |