FLA_LQ_UT_Accum_T_unb_external.c File Reference

(r)


Functions

FLA_Error FLA_LQ_UT_Accum_T_unb_external (FLA_Obj A, FLA_Obj T)

Function Documentation

FLA_Error FLA_LQ_UT_Accum_T_unb_external ( FLA_Obj  A,
FLA_Obj  T 
)

References FLA_Accum_T_UT_unb_external(), FLA_Check_error_level(), FLA_LQ_UT_check(), FLA_LQ_UT_unb_external(), FLA_Obj_create(), FLA_Obj_datatype(), FLA_Obj_free(), and FLA_Obj_min_dim().

Referenced by FLA_LQ_UT_internal().

00036 {
00037   FLA_Obj t;
00038 
00039   if ( FLA_Check_error_level() == FLA_FULL_ERROR_CHECKING )
00040     FLA_LQ_UT_check( A, T );
00041 
00042   FLA_Obj_create( FLA_Obj_datatype( A ), FLA_Obj_min_dim( A ), 1, &t );
00043 
00044   FLA_LQ_UT_unb_external( A, t );
00045 
00046   FLA_Accum_T_UT_unb_external( FLA_FORWARD, FLA_ROWWISE, A, t, T );
00047 
00048   FLA_Obj_free( &t );
00049 
00050   return FLA_SUCCESS;
00051 }


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