libflame revision_anchor
Functions
FLA_Obj_extract_real_part_check.c File Reference

(r)

Functions

FLA_Error FLA_Obj_extract_real_part_check (FLA_Obj a, FLA_Obj b)
 

Function Documentation

◆ FLA_Obj_extract_real_part_check()

FLA_Error FLA_Obj_extract_real_part_check ( FLA_Obj  a,
FLA_Obj  b 
)
14{
16
19
22
25
28
31
32 return FLA_SUCCESS;
33}
FLA_Error FLA_Check_real_object(FLA_Obj A)
Definition FLA_Check.c:258
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_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_floating_object(FLA_Obj A)
Definition FLA_Check.c:232
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_floating_object(), FLA_Check_identical_object_precision(), FLA_Check_nonconstant_object(), FLA_Check_real_object(), FLA_Check_vector_dim(), and FLA_Obj_vector_dim().

Referenced by FLA_Obj_extract_real_part().