22 FLA_Check_error_code( e_val );
25 FLA_Check_error_code( e_val );
28 FLA_Check_error_code( e_val );
36 FLA_Check_error_code( e_val );
39 FLA_Check_error_code( e_val );
42 FLA_Check_error_code( e_val );
45 FLA_Check_error_code( e_val );
51 FLA_Check_error_code( e_val );
54 FLA_Check_error_code( e_val );
57 FLA_Check_error_code( e_val );
63 FLA_Check_error_code( e_val );
66 FLA_Check_error_code( e_val );
69 FLA_Check_error_code( e_val );
73 FLA_Check_error_code( e_val );
76 FLA_Check_error_code( e_val );
81 FLA_Check_error_code( e_val );
87 FLA_Check_error_code( e_val );
FLA_Error FLA_Check_identical_object_datatype(FLA_Obj A, FLA_Obj B)
Definition: FLA_Check.c:967
unsigned long dim_t
Definition: FLA_type_defs.h:71
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_Check_identical_object_precision(FLA_Obj A, FLA_Obj B)
Definition: FLA_Check.c:298
FLA_Error FLA_Check_nonconstant_object(FLA_Obj A)
Definition: FLA_Check.c:954
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
FLA_Error FLA_Check_valid_svd_type(FLA_Svd_type svd_type)
Definition: FLA_Check.c:1254
FLA_Error FLA_Check_real_object(FLA_Obj A)
Definition: FLA_Check.c:258
FLA_Error FLA_Check_vector_dim(FLA_Obj x, dim_t expected_length)
Definition: FLA_Check.c:1213
dim_t FLA_Obj_vector_dim(FLA_Obj obj)
Definition: FLA_Query.c:137
FLA_Error FLA_Check_complex_object(FLA_Obj A)
Definition: FLA_Check.c:285
FLA_Error FLA_Check_valid_uplo(FLA_Uplo uplo)
Definition: FLA_Check.c:76
FLA_Error FLA_Check_object_length_equals(FLA_Obj A, dim_t m)
Definition: FLA_Check.c:1039