Functions | |
FLA_Error | FLA_LQ_UT_task (FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl) |
Variables | |
fla_lqut_t * | fla_lqut_cntl_leaf |
FLA_Error FLA_LQ_UT_task | ( | FLA_Obj | A, | |
FLA_Obj | T, | |||
fla_lqut_t * | cntl | |||
) |
References FLA_LQ_UT_internal().
00038 { 00039 // This is normally where we would invoke the unblocked external 00040 // implementation. However, since we don't have one of those, per se, 00041 // we invoke the internal back-end with the leaf control tree for 00042 // flat matrices. 00043 return FLA_LQ_UT_internal( A, T, 00044 fla_lqut_cntl_leaf ); 00045 }