libflame  revision_anchor
Functions | Variables
FLASH_Ttmm.c File Reference

(r)

Functions

FLA_Error FLASH_Ttmm (FLA_Uplo uplo, FLA_Obj A)
 

Variables

fla_ttmm_tflash_ttmm_cntl
 

Function Documentation

◆ FLASH_Ttmm()

FLA_Error FLASH_Ttmm ( FLA_Uplo  uplo,
FLA_Obj  A 
)

References FLA_Check_error_level(), FLA_Ttmm_check(), FLA_Ttmm_internal(), FLASH_Queue_begin(), and FLASH_Queue_end().

16 {
17  FLA_Error r_val;
18 
19  // Check parameters.
20  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
21  FLA_Ttmm_check( uplo, A );
22 
23  // Begin a parallel region.
25 
26  // Enqueue tasks via a SuperMatrix-aware control tree.
27  r_val = FLA_Ttmm_internal( uplo, A, flash_ttmm_cntl );
28 
29  // End the parallel region.
31 
32  return r_val;
33 }
void FLASH_Queue_end(void)
Definition: FLASH_Queue.c:81
int FLA_Error
Definition: FLA_type_defs.h:47
void FLASH_Queue_begin(void)
Definition: FLASH_Queue.c:59
FLA_Error FLA_Ttmm_check(FLA_Uplo uplo, FLA_Obj A)
Definition: FLA_Ttmm_check.c:13
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
FLA_Error FLA_Ttmm_internal(FLA_Uplo uplo, FLA_Obj A, fla_ttmm_t *cntl)
Definition: FLA_Ttmm_internal.c:16
fla_ttmm_t * flash_ttmm_cntl
Definition: FLASH_Ttmm_cntl_init.c:17

Variable Documentation

◆ flash_ttmm_cntl

fla_ttmm_t* flash_ttmm_cntl