blas_names.h File Reference

#include <boost/numeric/bindings/traits/fortran.h>

Go to the source code of this file.

Defines

#define BLAS_CAXPY   FORTRAN_ID( caxpy )
#define BLAS_CCOPY   FORTRAN_ID( ccopy )
#define BLAS_CDOTC   FORTRAN_ID( cdotc )
#define BLAS_CDOTU   FORTRAN_ID( cdotu )
#define BLAS_CGEMM   FORTRAN_ID( cgemm )
#define BLAS_CGEMV   FORTRAN_ID( cgemv )
#define BLAS_CGERC   FORTRAN_ID( cgerc )
#define BLAS_CGERU   FORTRAN_ID( cgeru )
#define BLAS_CHERK   FORTRAN_ID( cherk )
#define BLAS_CSCAL   FORTRAN_ID( cscal )
#define BLAS_CSYRK   FORTRAN_ID( csyrk )
#define BLAS_CTRSM   FORTRAN_ID( ctrsm )
#define BLAS_DASUM   FORTRAN_ID( dasum )
#define BLAS_DAXPY   FORTRAN_ID( daxpy )
#define BLAS_DCOPY   FORTRAN_ID( dcopy )
#define BLAS_DDOT   FORTRAN_ID( ddot )
#define BLAS_DGEMM   FORTRAN_ID( dgemm )
#define BLAS_DGEMV   FORTRAN_ID( dgemv )
#define BLAS_DGER   FORTRAN_ID( dger )
#define BLAS_DNRM2   FORTRAN_ID( dnrm2 )
#define BLAS_DSCAL   FORTRAN_ID( dscal )
#define BLAS_DSYRK   FORTRAN_ID( dsyrk )
#define BLAS_DTRSM   FORTRAN_ID( dtrsm )
#define BLAS_DZASUM   FORTRAN_ID( dzasum )
#define BLAS_DZNRM2   FORTRAN_ID( dznrm2 )
#define BLAS_SASUM   FORTRAN_ID( sasum )
#define BLAS_SAXPY   FORTRAN_ID( saxpy )
#define BLAS_SCASUM   FORTRAN_ID( scasum )
#define BLAS_SCNRM2   FORTRAN_ID( scnrm2 )
#define BLAS_SCOPY   FORTRAN_ID( scopy )
#define BLAS_SDOT   FORTRAN_ID( sdot )
#define BLAS_SGEMM   FORTRAN_ID( sgemm )
#define BLAS_SGEMV   FORTRAN_ID( sgemv )
#define BLAS_SGER   FORTRAN_ID( sger )
#define BLAS_SNRM2   FORTRAN_ID( snrm2 )
#define BLAS_SSCAL   FORTRAN_ID( sscal )
#define BLAS_SSYRK   FORTRAN_ID( ssyrk )
#define BLAS_STRSM   FORTRAN_ID( strsm )
#define BLAS_ZAXPY   FORTRAN_ID( zaxpy )
#define BLAS_ZCOPY   FORTRAN_ID( zcopy )
#define BLAS_ZDOTC   FORTRAN_ID( zdotc )
#define BLAS_ZDOTU   FORTRAN_ID( zdotu )
#define BLAS_ZGEMM   FORTRAN_ID( zgemm )
#define BLAS_ZGEMV   FORTRAN_ID( zgemv )
#define BLAS_ZGERC   FORTRAN_ID( zgerc )
#define BLAS_ZGERU   FORTRAN_ID( zgeru )
#define BLAS_ZHERK   FORTRAN_ID( zherk )
#define BLAS_ZSCAL   FORTRAN_ID( zscal )
#define BLAS_ZSYRK   FORTRAN_ID( zsyrk )
#define BLAS_ZTRSM   FORTRAN_ID( ztrsm )

Define Documentation

#define BLAS_CAXPY   FORTRAN_ID( caxpy )

Definition at line 24 of file blas_names.h.

#define BLAS_CCOPY   FORTRAN_ID( ccopy )

Definition at line 48 of file blas_names.h.

#define BLAS_CDOTC   FORTRAN_ID( cdotc )

Definition at line 33 of file blas_names.h.

#define BLAS_CDOTU   FORTRAN_ID( cdotu )

Definition at line 30 of file blas_names.h.

#define BLAS_CGEMM   FORTRAN_ID( cgemm )

Definition at line 73 of file blas_names.h.

#define BLAS_CGEMV   FORTRAN_ID( cgemv )

Definition at line 56 of file blas_names.h.

#define BLAS_CGERC   FORTRAN_ID( cgerc )

Definition at line 65 of file blas_names.h.

#define BLAS_CGERU   FORTRAN_ID( cgeru )

Definition at line 62 of file blas_names.h.

#define BLAS_CHERK   FORTRAN_ID( cherk )

Definition at line 80 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::herk().

#define BLAS_CSCAL   FORTRAN_ID( cscal )

Definition at line 19 of file blas_names.h.

#define BLAS_CSYRK   FORTRAN_ID( csyrk )

Definition at line 78 of file blas_names.h.

#define BLAS_CTRSM   FORTRAN_ID( ctrsm )

Definition at line 85 of file blas_names.h.

#define BLAS_DASUM   FORTRAN_ID( dasum )

Definition at line 42 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::asum().

#define BLAS_DAXPY   FORTRAN_ID( daxpy )

Definition at line 23 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::axpy().

#define BLAS_DCOPY   FORTRAN_ID( dcopy )

Definition at line 47 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::copy().

#define BLAS_DDOT   FORTRAN_ID( ddot )

Definition at line 28 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::dot().

#define BLAS_DGEMM   FORTRAN_ID( dgemm )

Definition at line 72 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemm().

#define BLAS_DGEMV   FORTRAN_ID( dgemv )

Definition at line 55 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemv().

#define BLAS_DGER   FORTRAN_ID( dger )

Definition at line 60 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::ger().

#define BLAS_DNRM2   FORTRAN_ID( dnrm2 )

Definition at line 37 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::nrm2().

#define BLAS_DSCAL   FORTRAN_ID( dscal )

Definition at line 18 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::scal().

#define BLAS_DSYRK   FORTRAN_ID( dsyrk )
#define BLAS_DTRSM   FORTRAN_ID( dtrsm )

Definition at line 84 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::trsm().

#define BLAS_DZASUM   FORTRAN_ID( dzasum )

Definition at line 44 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::asum().

#define BLAS_DZNRM2   FORTRAN_ID( dznrm2 )

Definition at line 39 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::nrm2().

#define BLAS_SASUM   FORTRAN_ID( sasum )

Definition at line 41 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::asum().

#define BLAS_SAXPY   FORTRAN_ID( saxpy )

Definition at line 22 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::axpy().

#define BLAS_SCASUM   FORTRAN_ID( scasum )

Definition at line 43 of file blas_names.h.

#define BLAS_SCNRM2   FORTRAN_ID( scnrm2 )

Definition at line 38 of file blas_names.h.

#define BLAS_SCOPY   FORTRAN_ID( scopy )

Definition at line 46 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::copy().

#define BLAS_SDOT   FORTRAN_ID( sdot )

Definition at line 27 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::dot().

#define BLAS_SGEMM   FORTRAN_ID( sgemm )

Definition at line 71 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemm().

#define BLAS_SGEMV   FORTRAN_ID( sgemv )

Definition at line 54 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemv().

#define BLAS_SGER   FORTRAN_ID( sger )

Definition at line 59 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::ger().

#define BLAS_SNRM2   FORTRAN_ID( snrm2 )

Definition at line 36 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::nrm2().

#define BLAS_SSCAL   FORTRAN_ID( sscal )

Definition at line 17 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::scal().

#define BLAS_SSYRK   FORTRAN_ID( ssyrk )
#define BLAS_STRSM   FORTRAN_ID( strsm )

Definition at line 83 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::trsm().

#define BLAS_ZAXPY   FORTRAN_ID( zaxpy )

Definition at line 25 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::axpy().

#define BLAS_ZCOPY   FORTRAN_ID( zcopy )

Definition at line 49 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::copy().

#define BLAS_ZDOTC   FORTRAN_ID( zdotc )

Definition at line 34 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::dotc().

#define BLAS_ZDOTU   FORTRAN_ID( zdotu )

Definition at line 31 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::dotu().

#define BLAS_ZGEMM   FORTRAN_ID( zgemm )

Definition at line 74 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemm().

#define BLAS_ZGEMV   FORTRAN_ID( zgemv )

Definition at line 57 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::gemv().

#define BLAS_ZGERC   FORTRAN_ID( zgerc )

Definition at line 66 of file blas_names.h.

#define BLAS_ZGERU   FORTRAN_ID( zgeru )

Definition at line 63 of file blas_names.h.

#define BLAS_ZHERK   FORTRAN_ID( zherk )

Definition at line 81 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::herk().

#define BLAS_ZSCAL   FORTRAN_ID( zscal )

Definition at line 20 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::scal().

#define BLAS_ZSYRK   FORTRAN_ID( zsyrk )

Definition at line 79 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::syrk().

#define BLAS_ZTRSM   FORTRAN_ID( ztrsm )

Definition at line 86 of file blas_names.h.

Referenced by boost::numeric::bindings::blas::detail::trsm().


Generated on Wed Nov 23 19:01:13 2011 for FreeCAD by  doxygen 1.6.1