|
libflame
revision_anchor
|
Functions | |
| FLA_Error | FLA_Apply_pivots (FLA_Side side, FLA_Trans trans, FLA_Obj p, FLA_Obj A) |
Variables | |
| fla_appiv_t * | fla_appiv_cntl_leaf |
References FLA_Apply_pivots_internal().
Referenced by 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_Trsm_piv_task(), and FLASH_FS_incpiv_aux1().
{
FLA_Error r_val;
// Check parameters.
r_val = FLA_Apply_pivots_internal( side, trans, p, A, fla_appiv_cntl_leaf );
return r_val;
}
1.7.6.1