Functions | |
FLA_Error | FLA_LU_nopiv_internal_check (FLA_Obj A, fla_lu_t *cntl) |
References FLA_Check_null_pointer().
Referenced by FLA_LU_nopiv_internal().
00036 { 00037 FLA_Error e_val; 00038 00039 // Abort if the control structure is NULL. 00040 e_val = FLA_Check_null_pointer( ( void* ) cntl ); 00041 FLA_Check_error_code( e_val ); 00042 00043 return FLA_SUCCESS; 00044 }