libflame revision_anchor
Functions
FLA_Apply_G_internal.c File Reference

(r)

Functions

FLA_Error FLA_Apply_G_internal (FLA_Side side, FLA_Direct direct, FLA_Obj G, FLA_Obj A)
 

Function Documentation

◆ FLA_Apply_G_internal()

FLA_Error FLA_Apply_G_internal ( FLA_Side  side,
FLA_Direct  direct,
FLA_Obj  G,
FLA_Obj  A 
)
14{
16
17 if ( side == FLA_LEFT )
18 {
19 if ( direct == FLA_FORWARD )
20 {
22 }
23 else if ( direct == FLA_BACKWARD )
24 {
26 //r_val = FLA_Apply_G_lb_opt_var1( G, A );
27 }
28 }
29 else if ( side == FLA_RIGHT )
30 {
31 if ( direct == FLA_FORWARD )
32 {
34 }
35 else if ( direct == FLA_BACKWARD )
36 {
38 //r_val = FLA_Apply_G_rb_opt_var1( G, A );
39 }
40 }
41
42 return r_val;
43}
FLA_Error FLA_Apply_G_lf_opt_var1(FLA_Obj G, FLA_Obj A)
Definition FLA_Apply_G_lf_opt_var1.c:13
FLA_Error FLA_Apply_G_rf_opt_var1(FLA_Obj G, FLA_Obj A)
Definition FLA_Apply_G_rf_opt_var1.c:13
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Apply_G_lf_opt_var1(), FLA_Apply_G_rf_opt_var1(), and i.

Referenced by FLA_Apply_G().