#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | ztrsm_ (char *side, char *uplo, char *transa, char *diag, integer *m, integer *n, doublecomplex *alpha, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb) |
Variables |
static doublecomplex | c_b1 = {1.,0.} |
Function Documentation
int ztrsm_ |
( |
char * |
side, |
|
|
char * |
uplo, |
|
|
char * |
transa, |
|
|
char * |
diag, |
|
|
integer * |
m, |
|
|
integer * |
n, |
|
|
doublecomplex * |
alpha, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb |
|
) |
| |
Variable Documentation