libflame revision_anchor
Functions | Variables
FLA_Axpyt.c File Reference

(r)

Functions

FLA_Error FLA_Axpyt (FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
 

Variables

fla_axpyt_tfla_axpyt_cntl_blas
 

Function Documentation

◆ FLA_Axpyt()

FLA_Error FLA_Axpyt ( FLA_Trans  trans,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B 
)
16{
18
19#ifdef FLA_ENABLE_BLAS1_FRONT_END_CNTL_TREES
20 // Check parameters.
23
24 // Invoke FLA_Axpyt_internal() with flat control tree that simply calls
25 // external wrapper.
27
28#else
30#endif
31
32 return r_val;
33}
fla_axpyt_t * fla_axpyt_cntl_blas
Definition FLA_Axpyt_cntl_init.c:13
FLA_Error FLA_Axpyt_internal(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition FLA_Axpyt_internal.c:16
FLA_Error FLA_Axpyt_check(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition FLA_Axpyt_check.c:13
FLA_Error FLA_Axpyt_external(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition FLA_Axpyt_external.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_Axpyt_check(), fla_axpyt_cntl_blas, FLA_Axpyt_external(), FLA_Axpyt_internal(), FLA_Check_error_level(), and i.

Referenced by FLA_Bidiag_UT_u_step_unb_var2(), FLA_Bidiag_UT_u_step_unb_var3(), FLA_Bidiag_UT_u_step_unb_var4(), FLA_Bidiag_UT_u_step_unb_var5(), FLA_Hess_UT_step_unb_var2(), FLA_Hess_UT_step_unb_var3(), FLA_Hess_UT_step_unb_var4(), FLA_Hess_UT_step_unb_var5(), and FLA_Tridiag_UT_l_step_unb_var2().

Variable Documentation

◆ fla_axpyt_cntl_blas

fla_axpyt_t* fla_axpyt_cntl_blas
extern