GNU Octave
9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
xdlange.f
Go to the documentation of this file.
1
subroutine
xdlange
(norm, m, n, a, lda, work, retval)
2
character
norm
3
integer
lda, m, n
4
double precision
a (lda, *), work (*), dlange, retval
5
retval = dlange(norm, m, n, a, lda, work)
6
return
7
end
xdlange
subroutine xdlange(norm, m, n, a, lda, work, retval)
Definition:
xdlange.f:2
liboctave
external
lapack-xtra
xdlange.f
Generated on Sun Mar 17 2024 22:36:49 for GNU Octave by
1.9.1