#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Defines | |
| #define | PREFIX |
| #define | Teuchos_fcd const char * |
| #define | F77_FUNC(lcase, UCASE) lcase ## _ |
| #define | DROTG_F77 F77_FUNC(drotg,DROTG) |
| #define | DROT_F77 F77_FUNC(drot,DROT) |
| #define | DASUM_F77 F77_FUNC(dasum,DASUM) |
| #define | DAXPY_F77 F77_FUNC(daxpy,DAXPY) |
| #define | DCOPY_F77 F77_FUNC(dcopy,DCOPY) |
| #define | DDOT_F77 F77_FUNC(ddot,DDOT) |
| #define | DNRM2_F77 F77_FUNC(dnrm2,DNRM2) |
| #define | DSCAL_F77 F77_FUNC(dscal,DSCAL) |
| #define | IDAMAX_F77 F77_FUNC(idamax,IDAMAX) |
| #define | DGEMV_F77 F77_FUNC(dgemv,DGEMV) |
| #define | DGER_F77 F77_FUNC(dger,DGER) |
| #define | DTRMV_F77 F77_FUNC(dtrmv,DTRMV) |
| #define | DGEMM_F77 F77_FUNC(dgemm,DGEMM) |
| #define | DSYMM_F77 F77_FUNC(dsymm,DSYMM) |
| #define | DTRMM_F77 F77_FUNC(dtrmm,DTRMM) |
| #define | DTRSM_F77 F77_FUNC(dtrsm,DTRSM) |
| #define | SROTG_F77 F77_FUNC(srotg,SROTG) |
| #define | SROT_F77 F77_FUNC(srot,SROT) |
| #define | SSCAL_F77 F77_FUNC(sscal,SSCAL) |
| #define | SCOPY_F77 F77_FUNC(scopy,SCOPY) |
| #define | SAXPY_F77 F77_FUNC(saxpy,SAXPY) |
| #define | SDOT_F77 F77_FUNC(sdot,SDOT) |
| #define | SNRM2_F77 F77_FUNC(snrm2,SNRM2) |
| #define | SASUM_F77 F77_FUNC(sasum,SASUM) |
| #define | ISAMAX_F77 F77_FUNC(isamax,ISAMAX) |
| #define | SGEMV_F77 F77_FUNC(sgemv,SGEMV) |
| #define | SGER_F77 F77_FUNC(sger,SGER) |
| #define | STRMV_F77 F77_FUNC(strmv,STRMV) |
| #define | SGEMM_F77 F77_FUNC(sgemm,SGEMM) |
| #define | SSYMM_F77 F77_FUNC(ssymm,SSYMM) |
| #define | STRMM_F77 F77_FUNC(strmm,STRMM) |
| #define | STRSM_F77 F77_FUNC(strsm,STRSM) |
Definition in file Teuchos_BLAS_wrappers.hpp.
1.4.7