FLA_Trinv_internal_check.c File Reference

(r)


Functions

FLA_Error FLA_Trinv_internal_check (FLA_Uplo uplo, FLA_Diag diag, FLA_Obj A, fla_trinv_t *cntl)

Function Documentation

FLA_Error FLA_Trinv_internal_check ( FLA_Uplo  uplo,
FLA_Diag  diag,
FLA_Obj  A,
fla_trinv_t cntl 
)

References FLA_Check_null_pointer().

Referenced by FLA_Trinv_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 }


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9