libflame
revision_anchor
src
base
flamec
check
blas
1
Functions
FLA_Scal_internal_check.c File Reference
(r)
Functions
FLA_Error
FLA_Scal_internal_check
(
FLA_Obj
alpha,
FLA_Obj
A,
fla_scal_t
*cntl)
Function Documentation
◆
FLA_Scal_internal_check()
FLA_Error
FLA_Scal_internal_check
(
FLA_Obj
alpha
,
FLA_Obj
A
,
fla_scal_t
*
cntl
)
References
FLA_Check_null_pointer()
.
Referenced by
FLA_Scal_internal()
.
14
{
15
FLA_Error
e_val;
16
17
// Abort if the control structure is NULL.
18
e_val =
FLA_Check_null_pointer
( (
void
* ) cntl );
19
FLA_Check_error_code( e_val );
20
21
return
FLA_SUCCESS;
22
}
FLA_Error
int FLA_Error
Definition:
FLA_type_defs.h:47
FLA_Check_null_pointer
FLA_Error FLA_Check_null_pointer(void *ptr)
Definition:
FLA_Check.c:518
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13