libflame
revision_anchor
src
lapack
dec
tevd
front
flamec
Functions
FLA_Tevd.c File Reference
(r)
Functions
FLA_Error
FLA_Tevd
(
FLA_Evd_type
jobz,
FLA_Obj
U,
FLA_Obj
d,
FLA_Obj
e,
FLA_Obj
l)
Function Documentation
◆
FLA_Tevd()
FLA_Error
FLA_Tevd
(
FLA_Evd_type
jobz
,
FLA_Obj
U
,
FLA_Obj
d
,
FLA_Obj
e
,
FLA_Obj
l
)
14
{
15
FLA_Error
r_val = FLA_SUCCESS;
16
17
// Check parameters.
18
//if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
19
// FLA_Tevd_check( jobz, A, T, d, e, l );
20
21
// Invoke
22
//r_val = FLA_Tevd_...( jobz, uplo, A, e );
23
24
return
r_val;
25
}
FLA_Error
int FLA_Error
Definition:
FLA_type_defs.h:47
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13