libflame revision_anchor
Functions
FLA_Chol_internal_check.c File Reference

(r)

Functions

FLA_Error FLA_Chol_internal_check (FLA_Uplo uplo, FLA_Obj A, fla_chol_t *cntl)
 

Function Documentation

◆ FLA_Chol_internal_check()

FLA_Error FLA_Chol_internal_check ( FLA_Uplo  uplo,
FLA_Obj  A,
fla_chol_t cntl 
)
14{
16
17 // Abort if the control structure is NULL.
18 e_val = FLA_Check_null_pointer( ( void* ) cntl );
20
21 return FLA_SUCCESS;
22}
FLA_Error FLA_Check_null_pointer(void *ptr)
Definition FLA_Check.c:518
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_null_pointer().

Referenced by FLA_Chol_internal().