libflame  revision_anchor
Functions | Variables
FLA_Apply_pivots.c File Reference

(r)

Functions

FLA_Error FLA_Apply_pivots (FLA_Side side, FLA_Trans trans, FLA_Obj p, FLA_Obj A)
 

Variables

fla_appiv_tfla_appiv_cntl_leaf
 

Function Documentation

◆ FLA_Apply_pivots()

FLA_Error FLA_Apply_pivots ( FLA_Side  side,
FLA_Trans  trans,
FLA_Obj  p,
FLA_Obj  A 
)

References FLA_Apply_pivots_internal().

Referenced by FLA_Bidiag_UT_form_U_ext(), FLA_Bidiag_UT_form_V_ext(), FLA_Form_perm_matrix(), FLA_LU_piv_solve(), FLA_LU_piv_unb_var3(), FLA_LU_piv_unb_var3b(), FLA_LU_piv_unb_var4(), FLA_LU_piv_unb_var5(), FLA_QR_UT_piv_blk_var1(), FLA_QR_UT_piv_blk_var2(), FLA_QR_UT_piv_unb_var1(), FLA_QR_UT_piv_unb_var2(), FLA_Trsm_piv_task(), and FLASH_FS_incpiv_aux1().

16 {
17  FLA_Error r_val;
18 
19  // Check parameters.
20 
21  r_val = FLA_Apply_pivots_internal( side, trans, p, A, fla_appiv_cntl_leaf );
22 
23  return r_val;
24 }
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
int FLA_Error
Definition: FLA_type_defs.h:47
fla_appiv_t * fla_appiv_cntl_leaf
Definition: FLA_Apply_pivots_cntl_init.c:13

Variable Documentation

◆ fla_appiv_cntl_leaf

fla_appiv_t* fla_appiv_cntl_leaf