#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zhbtrd_ (char *vect, char *uplo, integer *n, integer *kd, doublecomplex *ab, integer *ldab, doublereal *d__, doublereal *e, doublecomplex *q, integer *ldq, doublecomplex *work, integer *info) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {0.,0.} |
static doublecomplex | c_b2 = {1.,0.} |
Function Documentation
int zhbtrd_ |
( |
char * |
vect, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
doublecomplex * |
ab, |
|
|
integer * |
ldab, |
|
|
doublereal * |
d__, |
|
|
doublereal * |
e, |
|
|
doublecomplex * |
q, |
|
|
integer * |
ldq, |
|
|
doublecomplex * |
work, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation