libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Apply_QUD_UT (FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D) |
Variables | |
fla_apqudut_t * | fla_apqudut_cntl_leaf |
fla_apqudut_t * | fla_apqudut_cntl |
FLA_Error FLA_Apply_QUD_UT | ( | FLA_Side | side, |
FLA_Trans | trans, | ||
FLA_Direct | direct, | ||
FLA_Store | storev, | ||
FLA_Obj | T, | ||
FLA_Obj | W, | ||
FLA_Obj | R, | ||
FLA_Obj | U, | ||
FLA_Obj | C, | ||
FLA_Obj | V, | ||
FLA_Obj | D | ||
) |
References FLA_Apply_QUD_UT_check(), FLA_Apply_QUD_UT_internal(), and FLA_Check_error_level().
Referenced by FLA_UDdate_UT_update_rhs().
{ FLA_Error r_val; // Check parameters. if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING ) FLA_Apply_QUD_UT_check( side, trans, direct, storev, T, W, R, U, C, V, D ); // Invoke _internal() back-end with the standard control tree. r_val = FLA_Apply_QUD_UT_internal( side, trans, direct, storev, T, W, R, U, C, V, D, fla_apqudut_cntl_leaf ); return r_val; }