GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
xzlange.f
Go to the documentation of this file.
1 subroutine xzlange (norm, m, n, a, lda, work, retval)
2 character norm
3 integer lda, m, n
4 double complex a (lda, *)
5 double precision work (*), zlange, retval
6 external zlange
7 retval = zlange(norm, m, n, a, lda, work)
8 return
9 end
subroutine xzlange(norm, m, n, a, lda, work, retval)
Definition xzlange.f:2