#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | claptm_ (char *uplo, integer *n, integer *nrhs, real *alpha, real *d__, complex *e, complex *x, integer *ldx, real *beta, complex *b, integer *ldb) |
Function Documentation
int claptm_ |
( |
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
real * |
alpha, |
|
|
real * |
d__, |
|
|
complex * |
e, |
|
|
complex * |
x, |
|
|
integer * |
ldx, |
|
|
real * |
beta, |
|
|
complex * |
b, |
|
|
integer * |
ldb |
|
) |
| |