libflame revision_anchor
|
Functions | |
FLA_Error | FLASH_Apply_Q_UT_inc (FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj A, FLA_Obj TW, FLA_Obj W1, FLA_Obj B) |
Variables | |
fla_apqut_t * | fla_apqut_cntl_leaf |
fla_apq2ut_t * | fla_apq2ut_cntl_leaf |
fla_apqutinc_t * | flash_apqutinc_cntl |
FLA_Error FLASH_Apply_Q_UT_inc | ( | FLA_Side | side, |
FLA_Trans | trans, | ||
FLA_Direct | direct, | ||
FLA_Store | storev, | ||
FLA_Obj | A, | ||
FLA_Obj | TW, | ||
FLA_Obj | W1, | ||
FLA_Obj | B | ||
) |
References FLA_Apply_Q_UT_inc_check(), FLA_Apply_Q_UT_inc_internal(), FLA_Check_error_level(), FLASH_Queue_begin(), and FLASH_Queue_end().
Referenced by FLASH_QR_UT_inc_solve().
{ FLA_Error r_val; // Check parameters. if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING ) FLA_Apply_Q_UT_inc_check( side, trans, direct, storev, A, TW, W1, B ); // Begin a parallel region. FLASH_Queue_begin(); // Invoke FLA_Apply_Q_UT_inc_internal() with the standard control tree. r_val = FLA_Apply_Q_UT_inc_internal( side, trans, direct, storev, A, TW, W1, B, flash_apqutinc_cntl ); // End the parallel region. FLASH_Queue_end(); return r_val; }
Referenced by FLA_Apply_Q2_UT_internal().
Referenced by FLA_Apply_Q_UT_internal().