libflame revision_anchor
Functions | Variables
FLA_Apply_pivots_task.c File Reference

(r)

Functions

FLA_Error FLA_Apply_pivots_task (FLA_Side side, FLA_Trans trans, FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
 
FLA_Error FLA_Apply_pivots_ln_task (FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
 

Variables

fla_appiv_tfla_appiv_cntl_leaf
 

Function Documentation

◆ FLA_Apply_pivots_ln_task()

FLA_Error FLA_Apply_pivots_ln_task ( FLA_Obj  p,
FLA_Obj  A,
fla_appiv_t cntl 
)
24{
25 //return FLA_Apply_pivots_unb_external( FLA_LEFT, FLA_NO_TRANSPOSE, p, A );
27 p, A,
29}
FLA_Error FLA_Apply_pivots_internal(FLA_Side side, FLA_Trans trans, FLA_Obj p, FLA_Obj A, fla_appiv_t *cntl)
Definition FLA_Apply_pivots_internal.c:13
fla_appiv_t * fla_appiv_cntl_leaf
Definition FLA_Apply_pivots_cntl_init.c:13
int i
Definition bl1_axmyv2.c:145

References fla_appiv_cntl_leaf, FLA_Apply_pivots_internal(), and i.

◆ FLA_Apply_pivots_task()

FLA_Error FLA_Apply_pivots_task ( FLA_Side  side,
FLA_Trans  trans,
FLA_Obj  p,
FLA_Obj  A,
fla_appiv_t cntl 
)
16{
17 //return FLA_Apply_pivots_unb_external( side, trans, p, A );
19 p, A,
21}

References fla_appiv_cntl_leaf, FLA_Apply_pivots_internal(), and i.

Variable Documentation

◆ fla_appiv_cntl_leaf

fla_appiv_t* fla_appiv_cntl_leaf
extern