LAPACK
3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
◆
get_uplo_type()
void get_uplo_type
(
char *
type
,
CBLAS_UPLO
*
uplo
)
Definition at line
18
of file
auxiliary.c
.
18
{
19
if
( (strncmp( type,
"u"
,1 )==0)||(strncmp( type,
"U"
,1 )==0) )
20
*uplo =
CblasUpper
;
21
else
if
( (strncmp( type,
"l"
,1 )==0)||(strncmp( type,
"L"
,1 )==0) )
22
*uplo =
CblasLower
;
23
else
*uplo =
UNDEFINED
;
24
}
CblasLower
@ CblasLower
Definition
cblas.h:41
CblasUpper
@ CblasUpper
Definition
cblas.h:41
UNDEFINED
#define UNDEFINED
Definition
cblas_test.h:19
CBLAS
include
cblas_test.h
Generated on Tue Nov 28 2023 11:55:11 for LAPACK by
1.9.7