#include <math.h>#include "template_blas_basicmath.h"#include "template_blas_axpy.h"#include "template_blas_scal.h"#include "template_blas_dot.h"#include "template_blas_spr.h"#include "template_blas_spr2.h"#include "template_blas_gemv.h"#include "template_blas_gemm.h"#include "template_blas_trmm.h"#include "template_blas_trsm.h"#include "template_blas_syrk.h"#include "template_blas_syr2.h"#include "template_blas_syr2k.h"#include "template_blas_symv.h"#include "template_blas_symm.h"#include "template_blas_tpsv.h"#include "template_blas_tpmv.h"#include "template_blas_spmv.h"#include "template_blas_trsv.h"#include "template_blas_trmv.h"#include "template_blas_swap.h"#include "template_blas_nrm2.h"#include "template_blas_copy.h"#include "template_blas_ger.h"#include "template_blas_idamax.h"#include "template_blas_rot.h"#include "template_blas_asum.h"Go to the source code of this file.
Defines | |
| #define | maxMACRO(a, b) (a >= b ? a : b) |
| #define | minMACRO(a, b) (a <= b ? a : b) |
| #define | absMACRO(x) (x >= 0 ? x : (-x)) |
Typedefs | |
| typedef int | integer |
| typedef bool | logical |
| typedef int | ftnlen |
| typedef char * | address |
Functions | |
| logical | template_blas_lsame (const char *ca, const char *cb) |
| int | template_blas_erbla (const char *srname, integer *info) |
| void | template_blas_s_cat (char *lp, char *rpp[], ftnlen rnp[], ftnlen *np, ftnlen ll) |
| #define absMACRO | ( | x | ) | (x >= 0 ? x : (-x)) |
| #define maxMACRO | ( | a, | |||
| b | ) | (a >= b ? a : b) |
| #define minMACRO | ( | a, | |||
| b | ) | (a <= b ? a : b) |
| typedef char* address |
| typedef int ftnlen |
| typedef int integer |
| typedef bool logical |
| int template_blas_erbla | ( | const char * | srname, | |
| integer * | info | |||
| ) |
| logical template_blas_lsame | ( | const char * | ca, | |
| const char * | cb | |||
| ) |
1.4.7