libflame revision_anchor
Functions
FLA_Cont_with_3x1_to_2x1_check.c File Reference

(r)

Functions

FLA_Error FLA_Cont_with_3x1_to_2x1_check (FLA_Obj *AT, FLA_Obj A0, FLA_Obj A1, FLA_Obj *AB, FLA_Obj A2, FLA_Side side)
 

Function Documentation

◆ FLA_Cont_with_3x1_to_2x1_check()

FLA_Error FLA_Cont_with_3x1_to_2x1_check ( FLA_Obj AT,
FLA_Obj  A0,
FLA_Obj  A1,
FLA_Obj AB,
FLA_Obj  A2,
FLA_Side  side 
)
17{
19
22
25
28
31
34
37
38 // Needed: check for adjacency, similar to those in FLA_Merge_*().
39
40 return FLA_SUCCESS;
41}
FLA_Error FLA_Check_null_pointer(void *ptr)
Definition FLA_Check.c:518
FLA_Error FLA_Check_valid_topbottom_side(FLA_Side side)
Definition FLA_Check.c:1135
FLA_Error FLA_Check_valid_object_datatype(FLA_Obj A)
Definition FLA_Check.c:171
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_null_pointer(), FLA_Check_valid_object_datatype(), and FLA_Check_valid_topbottom_side().

Referenced by FLA_Cont_with_3x1_to_2x1().