LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
get_diag_type()
void get_diag_type
(
char *
type
,
CBLAS_DIAG
*
diag
)
Definition at line
25
of file
auxiliary.c
.
25
{
26
if
( (strncmp( type,
"u"
,1 )==0)||(strncmp( type,
"U"
,1 )==0) )
27
*diag =
CblasUnit
;
28
else
if
( (strncmp( type,
"n"
,1 )==0)||(strncmp( type,
"N"
,1 )==0) )
29
*diag =
CblasNonUnit
;
30
else
*diag =
UNDEFINED
;
31
}
CblasUnit
@ CblasUnit
Definition:
cblas.h:30
CblasNonUnit
@ CblasNonUnit
Definition:
cblas.h:30
UNDEFINED
#define UNDEFINED
Definition:
cblas_test.h:19
Here is the caller graph for this function:
CBLAS
include
cblas_test.h
Generated on Tue Apr 12 2022 14:48:56 for LAPACK by
1.9.1