libflame  revision_anchor
Functions | Variables
FLA_LQ_UT.c File Reference

(r)

Functions

FLA_Error FLA_LQ_UT (FLA_Obj A, FLA_Obj T)
 

Variables

fla_lqut_tfla_lqut_cntl_leaf
 

Function Documentation

◆ FLA_LQ_UT()

FLA_Error FLA_LQ_UT ( FLA_Obj  A,
FLA_Obj  T 
)

References FLA_Check_error_level(), FLA_LQ_UT_check(), and FLA_LQ_UT_internal().

16 {
17  FLA_Error r_val;
18 
19  // Check parameters.
20  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
21  FLA_LQ_UT_check( A, T );
22 
23  // Invoke FLA_LQ_UT_internal() with the standard control tree.
24  //r_val = FLA_LQ_UT_blk_var1( A, T, fla_lqut_cntl_leaf );
25  r_val = FLA_LQ_UT_internal( A, T, fla_lqut_cntl_leaf );
26 
27  return r_val;
28 }
FLA_Error FLA_LQ_UT_check(FLA_Obj A, FLA_Obj T)
Definition: FLA_LQ_UT_check.c:13
fla_lqut_t * fla_lqut_cntl_leaf
Definition: FLA_LQ_UT_cntl_init.c:16
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_LQ_UT_internal(FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl)
Definition: FLA_LQ_UT_internal.c:17
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18

Variable Documentation

◆ fla_lqut_cntl_leaf

fla_lqut_t* fla_lqut_cntl_leaf