libflame revision_anchor
Functions | Variables
FLASH_Her2k.c File Reference

(r)

Functions

FLA_Error FLASH_Her2k (FLA_Uplo uplo, FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C)
 

Variables

fla_her2k_tflash_her2k_cntl_mm
 

Function Documentation

◆ FLASH_Her2k()

FLA_Error FLASH_Her2k ( FLA_Uplo  uplo,
FLA_Trans  trans,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B,
FLA_Obj  beta,
FLA_Obj  C 
)
16{
18
19 // Check parameters.
21 FLA_Her2k_check( uplo, trans, alpha, A, B, beta, C );
22
23 // Begin a parallel region.
25
26 // Enqueue tasks via a SuperMatrix-aware control tree.
28
29 // End the parallel region.
31
32 return r_val;
33}
fla_her2k_t * flash_her2k_cntl_mm
Definition FLASH_Her2k_cntl_init.c:19
void FLASH_Queue_begin(void)
Definition FLASH_Queue.c:59
void FLASH_Queue_end(void)
Definition FLASH_Queue.c:81
FLA_Error FLA_Her2k_internal(FLA_Uplo uplo, FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_her2k_t *cntl)
Definition FLA_Her2k_internal.c:16
FLA_Error FLA_Her2k_check(FLA_Uplo uplo, FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C)
Definition FLA_Her2k_check.c:13
unsigned int FLA_Check_error_level(void)
Definition FLA_Check.c:18
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_error_level(), FLA_Her2k_check(), FLA_Her2k_internal(), flash_her2k_cntl_mm, FLASH_Queue_begin(), FLASH_Queue_end(), and i.

Variable Documentation

◆ flash_her2k_cntl_mm

fla_her2k_t* flash_her2k_cntl_mm
extern