Functions | |
FLA_Error | FLA_QR_UT_task (FLA_Obj A, FLA_Obj T, fla_qrut_t *cntl) |
Variables | |
fla_qrut_t * | fla_qrut_cntl_leaf |
FLA_Error FLA_QR_UT_task | ( | FLA_Obj | A, | |
FLA_Obj | T, | |||
fla_qrut_t * | cntl | |||
) |
References FLA_QR_UT_internal().
Referenced by FLA_QR_UT_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_internal( A, T, 00044 fla_qrut_cntl_leaf ); 00045 }