libflame revision_anchor
Functions
FLA_Accum_T_UT.c File Reference

(r)

Functions

FLA_Error FLA_Accum_T_UT (FLA_Direct direct, FLA_Store storev, FLA_Obj A, FLA_Obj tau, FLA_Obj T)
 

Function Documentation

◆ FLA_Accum_T_UT()

FLA_Error FLA_Accum_T_UT ( FLA_Direct  direct,
FLA_Store  storev,
FLA_Obj  A,
FLA_Obj  tau,
FLA_Obj  T 
)
14{
16
17 // Check parameters.
20
21 // Invoke FLA_Accum_T_UT_internal().
23
24 return r_val;
25}
FLA_Error FLA_Accum_T_UT_internal(FLA_Direct direct, FLA_Store storev, FLA_Obj A, FLA_Obj tau, FLA_Obj T)
Definition FLA_Accum_T_UT_internal.c:13
FLA_Error FLA_Accum_T_UT_check(FLA_Direct direct, FLA_Store storev, FLA_Obj A, FLA_Obj tau, FLA_Obj T)
Definition FLA_Accum_T_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_Accum_T_UT_check(), FLA_Accum_T_UT_internal(), FLA_Check_error_level(), and i.