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 );
26  return FLA_Apply_pivots_internal( FLA_LEFT, FLA_NO_TRANSPOSE,
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

References fla_appiv_cntl_leaf, and FLA_Apply_pivots_internal().

◆ 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 );
18  return FLA_Apply_pivots_internal( side, trans,
19  p, A,
21 }

References fla_appiv_cntl_leaf, and FLA_Apply_pivots_internal().

Variable Documentation

◆ fla_appiv_cntl_leaf

fla_appiv_t* fla_appiv_cntl_leaf
extern