libflame revision_anchor
Functions
FLA_Axpyt_task.c File Reference

(r)

Functions

FLA_Error FLA_Axpyt_task (FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
 
FLA_Error FLA_Axpyt_n_task (FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
 
FLA_Error FLA_Axpyt_t_task (FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
 
FLA_Error FLA_Axpyt_c_task (FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
 
FLA_Error FLA_Axpyt_h_task (FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
 

Function Documentation

◆ FLA_Axpyt_c_task()

FLA_Error FLA_Axpyt_c_task ( FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
fla_axpyt_t cntl 
)
29{
31}
FLA_Error FLA_Axpyt_external(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition FLA_Axpyt_external.c:13
int i
Definition bl1_axmyv2.c:145

References FLA_Axpyt_external(), and i.

Referenced by FLA_Axpyt_c().

◆ FLA_Axpyt_h_task()

FLA_Error FLA_Axpyt_h_task ( FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
fla_axpyt_t cntl 
)
34{
36}

References FLA_Axpyt_external(), and i.

Referenced by FLA_Axpyt_h().

◆ FLA_Axpyt_n_task()

FLA_Error FLA_Axpyt_n_task ( FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
fla_axpyt_t cntl 
)
19{
21}

References FLA_Axpyt_external(), and i.

Referenced by FLA_Axpyt_n().

◆ FLA_Axpyt_t_task()

FLA_Error FLA_Axpyt_t_task ( FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
fla_axpyt_t cntl 
)
24{
26}

References FLA_Axpyt_external(), and i.

Referenced by FLA_Axpyt_t().

◆ FLA_Axpyt_task()

FLA_Error FLA_Axpyt_task ( FLA_Trans  trans,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
fla_axpyt_t cntl 
)
14{
15 return FLA_Axpyt_external( trans, alpha, A, B );
16}

References FLA_Axpyt_external(), and i.

Referenced by FLASH_Queue_exec_task().