libflame revision_anchor
Functions
FLA_Copyr_task.c File Reference

(r)

Functions

FLA_Error FLA_Copyr_task (FLA_Uplo uplo, FLA_Obj A, FLA_Obj B, fla_copyr_t *cntl)
 
FLA_Error FLA_Copyr_l_task (FLA_Obj A, FLA_Obj B, fla_copyr_t *cntl)
 
FLA_Error FLA_Copyr_u_task (FLA_Obj A, FLA_Obj B, fla_copyr_t *cntl)
 

Function Documentation

◆ FLA_Copyr_l_task()

FLA_Error FLA_Copyr_l_task ( FLA_Obj  A,
FLA_Obj  B,
fla_copyr_t cntl 
)
19{
21}
FLA_Error FLA_Copyr_external(FLA_Uplo uplo, FLA_Obj A, FLA_Obj B)
Definition FLA_Copyr_external.c:13
int i
Definition bl1_axmyv2.c:145

References FLA_Copyr_external(), and i.

Referenced by FLA_Copyr_l().

◆ FLA_Copyr_task()

FLA_Error FLA_Copyr_task ( FLA_Uplo  uplo,
FLA_Obj  A,
FLA_Obj  B,
fla_copyr_t cntl 
)
14{
15 return FLA_Copyr_external( uplo, A, B );
16}

References FLA_Copyr_external(), and i.

Referenced by FLASH_Queue_exec_task().

◆ FLA_Copyr_u_task()

FLA_Error FLA_Copyr_u_task ( FLA_Obj  A,
FLA_Obj  B,
fla_copyr_t cntl 
)
24{
26}

References FLA_Copyr_external(), and i.

Referenced by FLA_Copyr_u().