libflame revision_anchor
Functions
FLA_Accum_T_UT.h File Reference

(r)

Go to the source code of this file.

Functions

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

Function Documentation

◆ FLA_Accum_T_UT_internal()

FLA_Error FLA_Accum_T_UT_internal ( FLA_Direct  direct,
FLA_Store  storev,
FLA_Obj  A,
FLA_Obj  tau,
FLA_Obj  T 
)
14{
16
17 if ( direct == FLA_FORWARD )
18 {
19 if ( storev == FLA_COLUMNWISE )
21 else if ( storev == FLA_ROWWISE )
23 }
24 else if ( direct == FLA_BACKWARD )
25 {
26 if ( storev == FLA_COLUMNWISE )
28 else if ( storev == FLA_ROWWISE )
30 }
31
32 return r_val;
33}
FLA_Error FLA_Accum_T_UT_fc_blk_var2(FLA_Obj A, FLA_Obj t, FLA_Obj T)
Definition FLA_Accum_T_UT_fc_blk_var2.c:13
FLA_Error FLA_Accum_T_UT_fr_blk_var2(FLA_Obj A, FLA_Obj t, FLA_Obj T)
Definition FLA_Accum_T_UT_fr_blk_var2.c:13
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Accum_T_UT_fc_blk_var2(), FLA_Accum_T_UT_fr_blk_var2(), and i.

Referenced by FLA_Accum_T_UT().