#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | ctrmm_ (char *side, char *uplo, char *transa, char *diag, integer *m, integer *n, complex *alpha, complex *a, integer *lda, complex *b, integer *ldb) |
Function Documentation
int ctrmm_ |
( |
char * |
side, |
|
|
char * |
uplo, |
|
|
char * |
transa, |
|
|
char * |
diag, |
|
|
integer * |
m, |
|
|
integer * |
n, |
|
|
complex * |
alpha, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
b, |
|
|
integer * |
ldb |
|
) |
| |