libflame revision_anchor
Functions | Variables
FLA_Ttmm_task.c File Reference

(r)

Functions

FLA_Error FLA_Ttmm_task (FLA_Uplo uplo, FLA_Obj A, fla_ttmm_t *cntl)
 
FLA_Error FLA_Ttmm_l_task (FLA_Obj A, fla_ttmm_t *cntl)
 
FLA_Error FLA_Ttmm_u_task (FLA_Obj A, fla_ttmm_t *cntl)
 

Variables

fla_ttmm_tfla_ttmm_cntl_leaf
 

Function Documentation

◆ FLA_Ttmm_l_task()

FLA_Error FLA_Ttmm_l_task ( FLA_Obj  A,
fla_ttmm_t cntl 
)
22{
23 //return FLA_Ttmm_unb_external( FLA_LOWER_TRIANGULAR, A );
26}
FLA_Error FLA_Ttmm_internal(FLA_Uplo uplo, FLA_Obj A, fla_ttmm_t *cntl)
Definition FLA_Ttmm_internal.c:16
fla_ttmm_t * fla_ttmm_cntl_leaf
Definition FLA_Ttmm_cntl_init.c:17
int i
Definition bl1_axmyv2.c:145

References fla_ttmm_cntl_leaf, FLA_Ttmm_internal(), and i.

◆ FLA_Ttmm_task()

FLA_Error FLA_Ttmm_task ( FLA_Uplo  uplo,
FLA_Obj  A,
fla_ttmm_t cntl 
)
16{
17 return FLA_Ttmm_internal( uplo, A,
19}

References fla_ttmm_cntl_leaf, FLA_Ttmm_internal(), and i.

Referenced by FLASH_Queue_exec_task().

◆ FLA_Ttmm_u_task()

FLA_Error FLA_Ttmm_u_task ( FLA_Obj  A,
fla_ttmm_t cntl 
)
29{
30 //return FLA_Ttmm_unb_external( FLA_UPPER_TRIANGULAR, A );
33}

References fla_ttmm_cntl_leaf, FLA_Ttmm_internal(), and i.

Variable Documentation

◆ fla_ttmm_cntl_leaf

fla_ttmm_t* fla_ttmm_cntl_leaf
extern