libflame revision_anchor
Functions
FLA_Shift_pivots_to_check.c File Reference

(r)

Functions

FLA_Error FLA_Shift_pivots_to_check (FLA_Pivot_type ptype, FLA_Obj p)
 

Function Documentation

◆ FLA_Shift_pivots_to_check()

FLA_Error FLA_Shift_pivots_to_check ( FLA_Pivot_type  ptype,
FLA_Obj  p 
)
14{
16
19
22
25
28
29 return FLA_SUCCESS;
30}
FLA_Error FLA_Check_nonconstant_object(FLA_Obj A)
Definition FLA_Check.c:954
FLA_Error FLA_Check_valid_pivot_type(FLA_Pivot_type ptype)
Definition FLA_Check.c:552
FLA_Error FLA_Check_col_vector(FLA_Obj x)
Definition FLA_Check.c:1233
FLA_Error FLA_Check_int_object(FLA_Obj A)
Definition FLA_Check.c:245
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_col_vector(), FLA_Check_int_object(), FLA_Check_nonconstant_object(), and FLA_Check_valid_pivot_type().

Referenced by FLA_Shift_pivots_to().