#include "cblas.h"
Go to the source code of this file.
Classes | |
struct | CBLAS_TEST_COMPLEX |
struct | CBLAS_TEST_ZOMPLEX |
Defines | |
#define | FAILED 0 |
#define | FALSE 0 |
#define | INVALID -1 |
#define | PASSED 1 |
#define | TEST_COL_MJR 0 |
#define | TEST_ROW_MJR 1 |
#define | TRUE 1 |
#define | UNDEFINED -1 |
Functions | |
void | get_diag_type (char *type, enum CBLAS_DIAG *diag) |
void | get_side_type (char *type, enum CBLAS_SIDE *side) |
void | get_transpose_type (char *type, enum CBLAS_TRANSPOSE *trans) |
void | get_uplo_type (char *type, enum CBLAS_UPLO *uplo) |
#define FAILED 0 |
Definition at line 14 of file cblas_test.h.
#define FALSE 0 |
Definition at line 13 of file cblas_test.h.
#define INVALID -1 |
Definition at line 17 of file cblas_test.h.
#define PASSED 1 |
Definition at line 10 of file cblas_test.h.
#define TEST_COL_MJR 0 |
Definition at line 15 of file cblas_test.h.
#define TEST_ROW_MJR 1 |
Definition at line 11 of file cblas_test.h.
#define TRUE 1 |
Definition at line 9 of file cblas_test.h.
#define UNDEFINED -1 |
Definition at line 18 of file cblas_test.h.
void get_diag_type | ( | char * | type, |
enum CBLAS_DIAG * | diag | ||
) |
Definition at line 25 of file auxiliary.c.
void get_side_type | ( | char * | type, |
enum CBLAS_SIDE * | side | ||
) |
Definition at line 32 of file auxiliary.c.
void get_transpose_type | ( | char * | type, |
enum CBLAS_TRANSPOSE * | trans | ||
) |
Definition at line 8 of file auxiliary.c.
void get_uplo_type | ( | char * | type, |
enum CBLAS_UPLO * | uplo | ||
) |
Definition at line 18 of file auxiliary.c.