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 
)

References FLA_Check_error_level(), FLA_QR2_UT_check(), FLA_QR2_UT_internal(), FLASH_Queue_begin(), and FLASH_Queue_end().

18 {
19  FLA_Error r_val;
20 
21  // Check parameters.
22  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
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.
29  r_val = FLA_QR2_UT_internal( B, D, T, flash_qr2ut_cntl );
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_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
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_QR2_UT_check(FLA_Obj B, FLA_Obj D, FLA_Obj T)
Definition: FLA_QR2_UT_check.c:13
void FLASH_Queue_begin(void)
Definition: FLASH_Queue.c:59
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18

Variable Documentation

◆ fla_qr2ut_cntl_leaf

fla_qr2ut_t* fla_qr2ut_cntl_leaf

◆ flash_qr2ut_cntl

fla_qr2ut_t* flash_qr2ut_cntl

◆ flash_qr2ut_cntl_leaf

fla_qr2ut_t* flash_qr2ut_cntl_leaf