Go to the source code of this file.
|
subroutine | xzlange (NORM, M, N, A, LDA, WORK, VALUE) |
|
◆ xzlange()
subroutine xzlange |
( |
character |
NORM, |
|
|
integer |
M, |
|
|
integer |
N, |
|
|
complex*16, dimension( lda, * ) |
A, |
|
|
integer |
LDA, |
|
|
double precision, dimension( * ) |
WORK, |
|
|
double precision |
VALUE |
|
) |
| |