libflame  12600
Functions
FLA_Scalr_internal_check.c File Reference

(r12600)

Functions

FLA_Error FLA_Scalr_internal_check (FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj A, fla_scalr_t *cntl)

Function Documentation

FLA_Error FLA_Scalr_internal_check ( FLA_Uplo  uplo,
FLA_Obj  alpha,
FLA_Obj  A,
fla_scalr_t cntl 
)

References FLA_Check_null_pointer().

Referenced by FLA_Scalr_internal().

{
    FLA_Error e_val;

    // Abort if the control structure is NULL.
    e_val = FLA_Check_null_pointer( ( void* ) cntl );
    FLA_Check_error_code( e_val );

    return FLA_SUCCESS;
}