Mercurial > hg > octave-nkf
view libcruft/lapack-xtra/xslange.f @ 12541:dd2c70b30f28
Add tests for ifftshift.m
author | Robert T. Short <octave@phaselockedsystems.com.com> |
---|---|
date | Sat, 26 Mar 2011 06:50:12 -0700 |
parents | 82be108cc558 |
children |
line wrap: on
line source
subroutine xslange (norm, m, n, a, lda, work, retval) character norm integer lda, m, n real a (lda, *), work (*), slange, retval retval = slange (norm, m, n, a, lda, work) return end