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