LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
auxiliary.c File Reference
#include <string.h>
#include "cblas.h"
#include "cblas_test.h"
Include dependency graph for auxiliary.c:

Go to the source code of this file.

Functions

void get_transpose_type (char *type, CBLAS_TRANSPOSE *trans)
 
void get_uplo_type (char *type, CBLAS_UPLO *uplo)
 
void get_diag_type (char *type, CBLAS_DIAG *diag)
 
void get_side_type (char *type, CBLAS_SIDE *side)
 
CblasNonUnit
Definition: cblas.h:22
CblasUnit
Definition: cblas.h:22
CblasUpper
Definition: cblas.h:21
UNDEFINED
#define UNDEFINED
Definition: cblas_test.h:19
CblasRight
Definition: cblas.h:23
CblasTrans
Definition: cblas.h:20
CblasLeft
Definition: cblas.h:23
CblasNoTrans
Definition: cblas.h:20
CblasLower
Definition: cblas.h:21
CblasConjTrans
Definition: cblas.h:20