Mercurial > hg > octave-nkf
view libcruft/blas-xtra/xscnrm2.f @ 9088:77e71f3da3d6
Fix documentation image printing under new development code
Printed images are now clipped to image size rather than to papersize of 8.5x11
Images are scaled to 4 inches and centered in display
pdf printing is sub-optimal as texi2pdf picks the png rendering (bitmap) rather
than the pdf rendering (vector).
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 04 Apr 2009 14:28:22 -0700 |
parents | 82be108cc558 |
children |
line wrap: on
line source
subroutine xscnrm2 (n, x, incx, retval) real scnrm2, retval complex x(*) integer n, incx retval = scnrm2 (n, x, incx) return end