libflame revision_anchor
Functions | Variables
FLASH_QR2_UT.c File Reference

(r)

Functions

FLA_Error FLASH_QR2_UT (FLA_Obj B, FLA_Obj D, FLA_Obj T)
 

Variables

fla_qr2ut_tflash_qr2ut_cntl
 
fla_qr2ut_tflash_qr2ut_cntl_leaf
 
fla_qr2ut_tfla_qr2ut_cntl_leaf
 

Function Documentation

◆ FLASH_QR2_UT()

FLA_Error FLASH_QR2_UT ( FLA_Obj  B,
FLA_Obj  D,
FLA_Obj  T 
)
18{
20
21 // Check parameters.
23 FLA_QR2_UT_check( B, D, T );
24
25 // Begin a parallel region.
27
28 // Invoke FLA_QR2_UT_internal() with the standard control tree.
30
31 // End the parallel region.
33
34 return r_val;
35}
fla_qr2ut_t * flash_qr2ut_cntl
Definition FLASH_QR2_UT_cntl_init.c:14
void FLASH_Queue_begin(void)
Definition FLASH_Queue.c:59
void FLASH_Queue_end(void)
Definition FLASH_Queue.c:81
FLA_Error FLA_QR2_UT_internal(FLA_Obj U, FLA_Obj D, FLA_Obj T, fla_qr2ut_t *cntl)
Definition FLA_QR2_UT_internal.c:16
FLA_Error FLA_QR2_UT_check(FLA_Obj B, FLA_Obj D, FLA_Obj T)
Definition FLA_QR2_UT_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_QR2_UT_check(), FLA_QR2_UT_internal(), flash_qr2ut_cntl, FLASH_Queue_begin(), FLASH_Queue_end(), and i.

Variable Documentation

◆ fla_qr2ut_cntl_leaf

fla_qr2ut_t* fla_qr2ut_cntl_leaf
extern

◆ flash_qr2ut_cntl

fla_qr2ut_t* flash_qr2ut_cntl
extern

◆ flash_qr2ut_cntl_leaf

fla_qr2ut_t* flash_qr2ut_cntl_leaf
extern