libflame revision_anchor
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{
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}
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References i.