FLA_QR_UT_check.c File Reference

(r)


Functions

FLA_Error FLA_QR_UT_check (FLA_Obj A, FLA_Obj T)

Function Documentation

FLA_Error FLA_QR_UT_check ( FLA_Obj  A,
FLA_Obj  T 
)

References FLA_Check_floating_object(), FLA_Check_identical_object_datatype(), and FLA_Check_nonconstant_object().

Referenced by FLA_QR_UT(), and FLA_QR_UT_Accum_T_unb_external().

00036 {
00037   FLA_Error e_val;
00038 
00039   e_val = FLA_Check_floating_object( A );
00040   FLA_Check_error_code( e_val );
00041 
00042   e_val = FLA_Check_nonconstant_object( A );
00043   FLA_Check_error_code( e_val );
00044 
00045   e_val = FLA_Check_identical_object_datatype( A, T );
00046   FLA_Check_error_code( e_val );
00047 
00048   return FLA_SUCCESS;
00049 }


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9