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

GAMS Module DSYR2.C in CBLAS


DSYR2.C

 
Performs symmetric rank 2 update of a real symmetric matrix. (Level 2 BLAS). [C
version of BLAS routine, converted from Fortran by f2c.].
 
Classes  :  D1b5 . Matrix addition, subtraction
 
Type     : C subroutine in CBLAS package.
Access   : Public domain. Portable.
Precision: Double.
 
Usage    : int dsyr2_(char *uplo, integer *n, doublereal *alpha, doublereal
           *x, integer *i ncx, doublereal *y, integer *incy, doublereal *a,
           integer *lda)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of DSYR2.C from CBLAS on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double. (Single: SSYR2.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 dsyr2.c from clapack/cblas' | mail
                  netlib@ornl.gov
   Fullsource   : echo 'send dsyr2.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 Sat Sep 20, 2008 at 02:45:46 UTC