blaswrap.h
Go to the documentation of this file.
00001 /* CLAPACK 3.0 BLAS wrapper macros
00002  * Feb 5, 2000
00003  */
00004 
00005 #ifndef __BLASWRAP_H
00006 #define __BLASWRAP_H
00007 
00008 #define NO_BLAS_WRAP
00009 
00010 #ifndef NO_BLAS_WRAP
00011  
00012 /* BLAS1 routines */
00013 #define srotg_ f2c_srotg
00014 #define drotg_ f2c_drotg
00015 #define srotmg_ f2c_srotmg
00016 #define drotmg_ f2c_drotmg
00017 #define srot_ f2c_srot
00018 #define drot_ f2c_drot
00019 #define srotm_ f2c_srotm
00020 #define drotm_ f2c_drotm
00021 #define csrot_ f2c_csrot
00022 #define zdrot_ f2c_zdrot
00023 #define sswap_ f2c_sswap
00024 #define dswap_ f2c_dswap
00025 #define cswap_ f2c_cswap
00026 #define zswap_ f2c_zswap
00027 #define sscal_ f2c_sscal
00028 #define dscal_ f2c_dscal
00029 #define cscal_ f2c_cscal
00030 #define zscal_ f2c_zscal
00031 #define csscal_ f2c_csscal
00032 #define zdscal_ f2c_zdscal
00033 #define scopy_ f2c_scopy
00034 #define dcopy_ f2c_dcopy
00035 #define ccopy_ f2c_ccopy
00036 #define zcopy_ f2c_zcopy
00037 #define saxpy_ f2c_saxpy
00038 #define daxpy_ f2c_daxpy
00039 #define caxpy_ f2c_caxpy
00040 #define zaxpy_ f2c_zaxpy
00041 #define sdot_ f2c_sdot
00042 #define ddot_ f2c_ddot
00043 #define cdotu_ f2c_cdotu
00044 #define zdotu_ f2c_zdotu
00045 #define cdotc_ f2c_cdotc
00046 #define zdotc_ f2c_zdotc
00047 #define snrm2_ f2c_snrm2
00048 #define dnrm2_ f2c_dnrm2
00049 #define scnrm2_ f2c_scnrm2
00050 #define dznrm2_ f2c_dznrm2
00051 #define sasum_ f2c_sasum
00052 #define dasum_ f2c_dasum
00053 #define scasum_ f2c_scasum
00054 #define dzasum_ f2c_dzasum
00055 #define isamax_ f2c_isamax
00056 #define idamax_ f2c_idamax
00057 #define icamax_ f2c_icamax
00058 #define izamax_ f2c_izamax
00059  
00060 /* BLAS2 routines */
00061 #define sgemv_ f2c_sgemv
00062 #define dgemv_ f2c_dgemv
00063 #define cgemv_ f2c_cgemv
00064 #define zgemv_ f2c_zgemv
00065 #define sgbmv_ f2c_sgbmv
00066 #define dgbmv_ f2c_dgbmv
00067 #define cgbmv_ f2c_cgbmv
00068 #define zgbmv_ f2c_zgbmv
00069 #define chemv_ f2c_chemv
00070 #define zhemv_ f2c_zhemv
00071 #define chbmv_ f2c_chbmv
00072 #define zhbmv_ f2c_zhbmv
00073 #define chpmv_ f2c_chpmv
00074 #define zhpmv_ f2c_zhpmv
00075 #define ssymv_ f2c_ssymv
00076 #define dsymv_ f2c_dsymv
00077 #define ssbmv_ f2c_ssbmv
00078 #define dsbmv_ f2c_dsbmv
00079 #define sspmv_ f2c_sspmv
00080 #define dspmv_ f2c_dspmv
00081 #define strmv_ f2c_strmv
00082 #define dtrmv_ f2c_dtrmv
00083 #define ctrmv_ f2c_ctrmv
00084 #define ztrmv_ f2c_ztrmv
00085 #define stbmv_ f2c_stbmv
00086 #define dtbmv_ f2c_dtbmv
00087 #define ctbmv_ f2c_ctbmv
00088 #define ztbmv_ f2c_ztbmv
00089 #define stpmv_ f2c_stpmv
00090 #define dtpmv_ f2c_dtpmv
00091 #define ctpmv_ f2c_ctpmv
00092 #define ztpmv_ f2c_ztpmv
00093 #define strsv_ f2c_strsv
00094 #define dtrsv_ f2c_dtrsv
00095 #define ctrsv_ f2c_ctrsv
00096 #define ztrsv_ f2c_ztrsv
00097 #define stbsv_ f2c_stbsv
00098 #define dtbsv_ f2c_dtbsv
00099 #define ctbsv_ f2c_ctbsv
00100 #define ztbsv_ f2c_ztbsv
00101 #define stpsv_ f2c_stpsv
00102 #define dtpsv_ f2c_dtpsv
00103 #define ctpsv_ f2c_ctpsv
00104 #define ztpsv_ f2c_ztpsv
00105 #define sger_ f2c_sger
00106 #define dger_ f2c_dger
00107 #define cgeru_ f2c_cgeru
00108 #define zgeru_ f2c_zgeru
00109 #define cgerc_ f2c_cgerc
00110 #define zgerc_ f2c_zgerc
00111 #define cher_ f2c_cher
00112 #define zher_ f2c_zher
00113 #define chpr_ f2c_chpr
00114 #define zhpr_ f2c_zhpr
00115 #define cher2_ f2c_cher2
00116 #define zher2_ f2c_zher2
00117 #define chpr2_ f2c_chpr2
00118 #define zhpr2_ f2c_zhpr2
00119 #define ssyr_ f2c_ssyr
00120 #define dsyr_ f2c_dsyr
00121 #define sspr_ f2c_sspr
00122 #define dspr_ f2c_dspr
00123 #define ssyr2_ f2c_ssyr2
00124 #define dsyr2_ f2c_dsyr2
00125 #define sspr2_ f2c_sspr2
00126 #define dspr2_ f2c_dspr2
00127  
00128 /* BLAS3 routines */
00129 #define sgemm_ f2c_sgemm
00130 #define dgemm_ f2c_dgemm
00131 #define cgemm_ f2c_cgemm
00132 #define zgemm_ f2c_zgemm
00133 #define ssymm_ f2c_ssymm
00134 #define dsymm_ f2c_dsymm
00135 #define csymm_ f2c_csymm
00136 #define zsymm_ f2c_zsymm
00137 #define chemm_ f2c_chemm
00138 #define zhemm_ f2c_zhemm
00139 #define ssyrk_ f2c_ssyrk
00140 #define dsyrk_ f2c_dsyrk
00141 #define csyrk_ f2c_csyrk
00142 #define zsyrk_ f2c_zsyrk
00143 #define cherk_ f2c_cherk
00144 #define zherk_ f2c_zherk
00145 #define ssyr2k_ f2c_ssyr2k
00146 #define dsyr2k_ f2c_dsyr2k
00147 #define csyr2k_ f2c_csyr2k
00148 #define zsyr2k_ f2c_zsyr2k
00149 #define cher2k_ f2c_cher2k
00150 #define zher2k_ f2c_zher2k
00151 #define strmm_ f2c_strmm
00152 #define dtrmm_ f2c_dtrmm
00153 #define ctrmm_ f2c_ctrmm
00154 #define ztrmm_ f2c_ztrmm
00155 #define strsm_ f2c_strsm
00156 #define dtrsm_ f2c_dtrsm
00157 #define ctrsm_ f2c_ctrsm
00158 #define ztrsm_ f2c_ztrsm
00159 
00160 #endif /* NO_BLAS_WRAP */
00161 
00162 #endif /* __BLASWRAP_H */


swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:55:14