libflame  12600
Functions | Variables
FLA_Apply_Q2_UT_task.c File Reference

(r12600)

Functions

FLA_Error FLA_Apply_Q2_UT_task (FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)
FLA_Error FLA_Apply_Q2_UT_lhfc_task (FLA_Obj D, FLA_Obj T, FLA_Obj W, FLA_Obj C, FLA_Obj E, fla_apq2ut_t *cntl)

Variables

fla_apq2ut_tfla_apq2ut_cntl_leaf

Function Documentation

References FLA_Apply_Q2_UT_internal().

{
  return FLA_Apply_Q2_UT_internal( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_FORWARD, FLA_COLUMNWISE,
                                   D, T, W, C, E,
                                   fla_apq2ut_cntl_leaf );
}
FLA_Error FLA_Apply_Q2_UT_task ( FLA_Side  side,
FLA_Trans  trans,
FLA_Direct  direct,
FLA_Store  storev,
FLA_Obj  D,
FLA_Obj  T,
FLA_Obj  W,
FLA_Obj  C,
FLA_Obj  E,
fla_apq2ut_t cntl 
)

References FLA_Apply_Q2_UT_internal().

Referenced by FLA_Apply_CAQ2_UT_internal(), and FLASH_Queue_exec_task().

{
  return FLA_Apply_Q2_UT_internal( side, trans, direct, storev,
                                   D, T, W, C, E,
                                   fla_apq2ut_cntl_leaf );
}

Variable Documentation