Module SAXPY.C in CBLAS
Compute a constant times a vector plus a vector. (Level 1 BLAS). [C version of BLAS
routine, converted from Fortran by f2c.].
Classes : D1a7 . Vector triad (a*x+y for vectors x,y and scalar a)
Type : C subroutine in CBLAS package.
Access : Public domain. Portable.
Precision: Single.
Usage : int saxpy_(integer *n, real *sa, real *sx, integer *incx, real *sy,
integer *in cy)
Details : Fullsource Source
Sites : (1) NETLIB
NETLIB: Public access repository, The University of Tennessee at
Knoxville and Bell Laboratories
Precision: Single. (Double: DAXPY.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 saxpy.c from clapack/cblas' | mail
netlib@ornl.gov
Fullsource : echo 'send saxpy.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 Fri Jul 25, 2008 at 10:27:30 UTC