Go to the source code of this file.
Functions |
subroutine | xdlange (norm, m, n, a, lda, work, retval) |
Function Documentation
subroutine xdlange |
( |
character |
norm, |
|
|
integer |
m, |
|
|
integer |
n, |
|
|
double precision,dimension (lda, *) |
a, |
|
|
integer |
lda, |
|
|
double precision,dimension (*) |
work, |
|
|
double precision |
retval | |
|
) |
| | |