|
NAMECBLAS/testing/auxiliary.c SYNOPSIS#include <string.h>
Functionsvoid get_transpose_type (char *type, CBLAS_TRANSPOSE
*trans)
Function Documentationvoid get_diag_type (char * type, CBLAS_DIAG * diag)Definition at line 25 of file auxiliary.c. void get_side_type (char * type, CBLAS_SIDE * side)Definition at line 32 of file auxiliary.c. void get_transpose_type (char * type, CBLAS_TRANSPOSE * trans)Definition at line 8 of file auxiliary.c. void get_uplo_type (char * type, CBLAS_UPLO * uplo)Definition at line 18 of file auxiliary.c. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|