|
libflame
12600
|
Functions | |
| FLA_Error | FLA_Househ3UD_UT_check (FLA_Obj chi_1, FLA_Obj x2, FLA_Obj y2, FLA_Obj tau) |
References FLA_Check_identical_object_datatype(), FLA_Check_if_scalar(), and FLA_Check_nonconstant_object().
Referenced by FLA_Househ3UD_UT().
{
FLA_Error e_val;
e_val = FLA_Check_nonconstant_object( chi_1 );
FLA_Check_error_code( e_val );
e_val = FLA_Check_identical_object_datatype( chi_1, x2 );
FLA_Check_error_code( e_val );
e_val = FLA_Check_identical_object_datatype( chi_1, y2 );
FLA_Check_error_code( e_val );
e_val = FLA_Check_identical_object_datatype( chi_1, tau );
FLA_Check_error_code( e_val );
e_val = FLA_Check_if_scalar( chi_1 );
FLA_Check_error_code( e_val );
e_val = FLA_Check_if_scalar( tau );
FLA_Check_error_code( e_val );
return FLA_SUCCESS;
}
1.7.6.1