[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module ZAXPY.C in CBLAS


ZAXPY.C

 
Compute a scalar times a vector plus a vector, y = ax + y, all complex. (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: Double.
 
Usage    : int zaxpy_(integer *n, doublecomplex *za, doublecomplex *zx,
           integer *incx, dou blecomplex *zy, integer *incy)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of ZAXPY.C from CBLAS on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double. (Single: CAXPY.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 zaxpy.c from clapack/cblas' | mail
                  netlib@ornl.gov
   Fullsource   : echo 'send zaxpy.c from clapack/cblas' | mail
                  netlib@ornl.gov


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

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 28, 2008 at 23:35:25 UTC