libflame
12600
|
Functions | |
FLA_Error | FLA_Apply_QUD_UT_task (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, fla_apqudut_t *cntl) |
FLA_Error | FLA_Apply_QUD_UT_lhfc_task (FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D, fla_apqudut_t *cntl) |
Variables | |
fla_apqudut_t * | fla_apqudut_cntl_leaf |
FLA_Error FLA_Apply_QUD_UT_lhfc_task | ( | FLA_Obj | T, |
FLA_Obj | W, | ||
FLA_Obj | R, | ||
FLA_Obj | U, | ||
FLA_Obj | C, | ||
FLA_Obj | V, | ||
FLA_Obj | D, | ||
fla_apqudut_t * | cntl | ||
) |
References FLA_Apply_QUD_UT_internal().
{ return FLA_Apply_QUD_UT_internal( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_FORWARD, FLA_COLUMNWISE, T, W, R, U, C, V, D, fla_apqudut_cntl_leaf ); }
FLA_Error FLA_Apply_QUD_UT_task | ( | 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, | ||
fla_apqudut_t * | cntl | ||
) |
References FLA_Apply_QUD_UT_internal().
Referenced by FLASH_Queue_exec_task().
{ return FLA_Apply_QUD_UT_internal( side, trans, direct, storev, T, W, R, U, C, V, D, fla_apqudut_cntl_leaf ); }