|
libflame
12600
|
Functions | |
| FLA_Error | FLA_QR2_UT_task (FLA_Obj B, FLA_Obj D, FLA_Obj T, fla_qr2ut_t *cntl) |
Variables | |
| fla_qr2ut_t * | fla_qr2ut_cntl_leaf |
| FLA_Error FLA_QR2_UT_task | ( | FLA_Obj | B, |
| FLA_Obj | D, | ||
| FLA_Obj | T, | ||
| fla_qr2ut_t * | cntl | ||
| ) |
References FLA_QR2_UT_internal().
Referenced by FLA_CAQR2_UT_internal(), and FLASH_Queue_exec_task().
{
return FLA_QR2_UT_internal( B, D, T,
fla_qr2ut_cntl_leaf );
}
1.7.6.1