CBLAS(3)                       MathKeisan CBLAS                       CBLAS(3)



NAME
       C Interface to Basic Linear Algebra Subprograms (CBLAS)

SYNOPSIS
       #include <cblas.h>

DESCRIPTION
       CBLAS  is a C language interface to the BLAS, a set of subprograms used
       to perform  vector-vector  (level  1),  matrix-vector  (level  2),  and
       matrix-matrix (level 3) operations.

       CBLAS  is based on the BLAS Technical Forum reference implementation by
       K. Teranishi (University of Tennessee) with updates by J. Horner  (Uni-
       versity  of  Tennessee).   The  specification was authored by R. Whaley
       (University of Tennessee).

       The default directory for the include file cblas.h is:

              /opt/MathKeisan/include/

NOTES
       For more information see:

              http://www.netlib.org/blas/blast-forum
              http://www.netlib.org/blas/

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

              http://www.mathkeisan.com/

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

              http://www.mathkeisan.com/

       The command

              man mathkeisan

       gives more information on linking.




MathKeisan                        April 2004                          CBLAS(3)