22 if ( side == FLA_LEFT )
24 if ( trans == FLA_NO_TRANSPOSE )
26 if ( direct == FLA_FORWARD )
28 if ( storev == FLA_COLUMNWISE )
29 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
30 else if ( storev == FLA_ROWWISE )
31 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
33 else if ( direct == FLA_BACKWARD )
35 if ( storev == FLA_COLUMNWISE )
36 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
37 else if ( storev == FLA_ROWWISE )
38 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
41 else if ( trans == FLA_TRANSPOSE || trans == FLA_CONJ_TRANSPOSE )
43 if ( direct == FLA_FORWARD )
45 if ( storev == FLA_COLUMNWISE )
47 else if ( storev == FLA_ROWWISE )
48 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
50 else if ( direct == FLA_BACKWARD )
52 if ( storev == FLA_COLUMNWISE )
53 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
54 else if ( storev == FLA_ROWWISE )
55 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
59 else if ( side == FLA_RIGHT )
61 if ( trans == FLA_NO_TRANSPOSE )
63 if ( direct == FLA_FORWARD )
65 if ( storev == FLA_COLUMNWISE )
66 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
67 else if ( storev == FLA_ROWWISE )
68 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
70 else if ( direct == FLA_BACKWARD )
72 if ( storev == FLA_COLUMNWISE )
73 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
74 else if ( storev == FLA_ROWWISE )
75 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
78 else if ( trans == FLA_TRANSPOSE || trans == FLA_CONJ_TRANSPOSE )
80 if ( direct == FLA_FORWARD )
82 if ( storev == FLA_COLUMNWISE )
83 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
84 else if ( storev == FLA_ROWWISE )
85 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
87 else if ( direct == FLA_BACKWARD )
89 if ( storev == FLA_COLUMNWISE )
90 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
91 else if ( storev == FLA_ROWWISE )
92 FLA_Check_error_code( FLA_NOT_YET_IMPLEMENTED );
FLA_Error FLA_Apply_CAQ_UT_inc_lhfc(FLA_Obj R, FLA_Obj TW, FLA_Obj W1, FLA_Obj B, fla_apcaqutinc_t *cntl)
Definition: FLA_Apply_CAQ_UT_inc_lhfc.c:13
FLA_Error FLA_Apply_CAQ_UT_inc_internal_check(FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj R, FLA_Obj TW, FLA_Obj W, FLA_Obj B, fla_apcaqutinc_t *cntl)
Definition: FLA_Apply_CAQ_UT_inc_internal_check.c:13
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
int FLA_Error
Definition: FLA_type_defs.h:47