Functions | |
FLA_Error | FLA_QR_UT_UD_task (FLA_Obj B, FLA_Obj D, FLA_Obj T, fla_qrutud_t *cntl) |
Variables | |
fla_qrutud_t * | fla_qrutud_cntl_leaf |
FLA_Error FLA_QR_UT_UD_task | ( | FLA_Obj | B, | |
FLA_Obj | D, | |||
FLA_Obj | T, | |||
fla_qrutud_t * | cntl | |||
) |
References FLA_QR_UT_UD_internal().
Referenced by FLA_QR_UT_UD_internal(), and FLASH_Queue_exec_task().
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_QR_UT_UD_internal( B, D, T, 00044 fla_qrutud_cntl_leaf ); 00045 }