|
libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
| FLA_Error | FLA_Tevd (FLA_Evd_type jobz, FLA_Obj U, FLA_Obj d, FLA_Obj e, FLA_Obj l) |
{
FLA_Error r_val = FLA_SUCCESS;
// Check parameters.
//if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
// FLA_Tevd_check( jobz, A, T, d, e, l );
// Invoke
//r_val = FLA_Tevd_...( jobz, uplo, A, e );
return r_val;
}
1.7.6.1