Module ICAMAX.C in CBLAS
Find smallest index of maximum magnitude component of a complex vector. (Level 1
BLAS). [C version of BLAS routine, converted from Fortran by f2c.].
Classes : D1a2 . Minimum and maximum components of a vector
D1a3c . L-infinity (maximum magnitude) vector norm
N5a . Search for extreme value in an array
Type : C subroutine in CBLAS package.
Access : Public domain. Portable.
Precision: Single.
Usage : integer icamax_(integer *n, complex *cx, integer *incx)
Details : Fullsource Source
Sites : (1) NETLIB
NETLIB: Public access repository, The University of Tennessee at
Knoxville and Bell Laboratories
Precision: Single. (Double: IZAMAX.C)
You may access components from NETLIB outside GAMS as follows.
Access : The entire package can be retrieved by anonymous ftp from
ftp.netlib.org.
Source : echo 'send only icamax.c from clapack/cblas' | mail
netlib@ornl.gov
Fullsource : echo 'send icamax.c from clapack/cblas' | mail
netlib@ornl.gov
GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology
This page was generated on Thu Aug 21, 2008 at 23:37:50 UTC