Functions | |
FLA_Error | FLA_LU_piv_copy_task (FLA_Obj A, FLA_Obj p, FLA_Obj U, fla_lu_t *cntl) |
References FLA_Copy_external(), and FLA_LU_piv_unb_external().
Referenced by FLASH_LU_incpiv_var2(), and FLASH_Queue_exec_task().
00036 { 00037 FLA_Error r_val; 00038 00039 r_val = FLA_LU_piv_unb_external( A, p ); 00040 00041 FLA_Copy_external( A, U ); 00042 00043 return r_val; 00044 }