BLAS(3)                         MathKeisan BLAS                        BLAS(3)



NAME
       Basic Linear Algebra Subprograms (BLAS)

DESCRIPTION
       BLAS  is  a  set of subroutines used to perform vector-vector (level1),
       matrix-vector (level2), and matrix-matrix (level3) operations.

       The F77 legacy BLAS is based on the original version developed by  J.J.
       Dongarra  (Argonne  National  Laboratory),  J. Du Croz (Numerical Algo-
       rithms Group Ltd.), I.S. Duff (AERE Harwell), S. Hammarling  (Numerical
       Algorithms Group Ltd.), R.J. Hanson (Sandia National Labs.), D. Kincaid
       (University of Texas), F.T. Krogh (Jet  Propulsion  Lab),  C.L.  Lawson
       (Jet Propulsion Lab).

       For  information  on a particular subprogram, see the man pages for one
       of the following:

       caxpy     csyr2k    dscal     izamax    ssymv     zhbmv
       ccopy     csyrk     dspmv     lsame     ssyr2k    zhemm
       cdotc     ctbmv     dspr2     sasum     ssyr2     zhemv
       cdotu     ctbsv     dspr      saxpy     ssyrk     zher2k
       cgbmv     ctpmv     dswap     scasum    ssyr      zher2
       cgemm     ctpsv     dsymm     scnrm2    stbmv     zherk
       cgemv     ctrmm     dsymv     scopy     stbsv     zher
       cgerc     ctrmv     dsyr2k    sdot      stpmv     zhpmv
       cgeru     ctrsm     dsyr2     sgbmv     stpsv     zhpr2
       chbmv     ctrsv     dsyrk     sgemm     strmm     zhpr
       chemm     dasum     dsyr      sgemv     strmv     zscal
       chemv     daxpy     dtbmv     sger      strsm     zswap
       cher2k    dcopy     dtbsv     snrm2     strsv     zsymm
       cher2     ddot      dtpmv     srotg     xerbla    zsyr2k
       cherk     dgbmv     dtpsv     srot      zaxpy     zsyrk
       cher      dgemm     dtrmm     srotmg    zcopy     ztbmv
       chpmv     dgemv     dtrmv     srotm     zdotc     ztbsv
       chpr2     dger      dtrsm     ssbmv     zdotu     ztpmv
       chpr      dnrm2     dtrsv     sscal     zdscal    ztpsv
       crotg     drotg     dzasum    sspmv     zgbmv     ztrmm
       cscal     drot      dznrm2    sspr2     zgemm     ztrmv
       csscal    drotmg    icamax    sspr      zgemv     ztrsm
       cswap     drotm     idamax    sswap     zgerc     ztrsv
       csymm     dsbmv     isamax    ssymm     zgeru
       mkversion

NOTES
       For more information on BLAS, and for the BLAS quick  reference  guide,
       see:

              http://www.netlib.org/blas/ http://www.netlib.org/blas/blasqr.ps

       If you have any problems with this library, please contact us at:

              http://www.mathkeisan.com/

SEE ALSO
       cblas(3), sblas(3), MathKeisan User's Guide at:

              http://www.mathkeisan.com/

       The command:

              man mathkeisan

       gives more information on linking.



MathKeisan                                                             BLAS(3)