#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zlavhe_ (char *uplo, char *trans, char *diag, integer *n, integer *nrhs, doublecomplex *a, integer *lda, integer *ipiv, doublecomplex *b, integer *ldb, integer *info) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {1.,0.} |
Function Documentation
int zlavhe_ |
( |
char * |
uplo, |
|
|
char * |
trans, |
|
|
char * |
diag, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
integer * |
ipiv, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation