ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dlar1va (N, B1, BN, LAMBDA, D, L, LD, LLD, PIVMIN, GAPTOL, Z, WANTNC, NEGCNT, ZTZ, MINGMA, R, ISUPPZ, NRMINV, RESID, RQCORR, WORK) |
subroutine dlar1va | ( | integer | N, |
integer | B1, | ||
integer | BN, | ||
double precision | LAMBDA, | ||
double precision, dimension( * ) | D, | ||
double precision, dimension( * ) | L, | ||
double precision, dimension( * ) | LD, | ||
double precision, dimension( * ) | LLD, | ||
double precision | PIVMIN, | ||
double precision | GAPTOL, | ||
double precision, dimension( * ) | Z, | ||
logical | WANTNC, | ||
integer | NEGCNT, | ||
double precision | ZTZ, | ||
double precision | MINGMA, | ||
integer | R, | ||
integer, dimension( * ) | ISUPPZ, | ||
double precision | NRMINV, | ||
double precision | RESID, | ||
double precision | RQCORR, | ||
double precision, dimension( * ) | WORK | ||
) |