libflame revision_anchor
Functions
FLA_Apply_pivots_rt.c File Reference

(r)

Functions

FLA_Error FLA_Apply_pivots_rt (FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
 

Function Documentation

◆ FLA_Apply_pivots_rt()

FLA_Error FLA_Apply_pivots_rt ( FLA_Obj  p,
FLA_Obj  A,
fla_appiv_t cntl 
)
14{
16
18 {
20 }
21 else if ( FLA_Cntl_variant( cntl ) == FLA_UNB_OPT_VARIANT1 )
22 {
24 }
25 else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT1 )
26 {
28 }
29 else if ( FLA_Cntl_variant( cntl ) == FLA_BLOCKED_VARIANT2 )
30 {
32 }
33 else
34 {
36 }
37
38 return r_val;
39}
FLA_Error FLA_Apply_pivots_rt_opt_var1(FLA_Obj p, FLA_Obj A)
Definition FLA_Apply_pivots_rt_opt_var1.c:13
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Apply_pivots_rt_opt_var1(), and i.

Referenced by FLA_Apply_pivots_internal().