26 if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
28 FLA_Cntl_variant( cntl ) == FLA_SUBPROBLEM )
33 *FLASH_OBJ_PTR_AT( A ),
34 *FLASH_OBJ_PTR_AT( B ),
37 else if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
42 ENQUEUE_FLASH_Axpyt( trans, alpha, A, B, cntl );
46 if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
55 if ( trans == FLA_NO_TRANSPOSE )
59 else if ( trans == FLA_TRANSPOSE )
63 else if ( trans == FLA_CONJ_NO_TRANSPOSE )
67 else if ( trans == FLA_CONJ_TRANSPOSE )
FLA_Error FLA_Axpyt_internal_check(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_internal_check.c:13
FLA_Error FLA_Axpyt_n(FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_n.c:13
fla_axpyt_t * flash_axpyt_cntl
Definition: FLASH_Axpyt_cntl_init.c:16
FLA_Error FLA_Axpyt_internal(FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_internal.c:16
fla_axpyt_t * flash_axpyt_cntl_blas
Definition: FLASH_Axpyt_cntl_init.c:13
FLA_Error FLA_Axpyt_h(FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_h.c:13
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Bool FLASH_Queue_get_enabled(void)
Definition: FLASH_Queue.c:171
FLA_Error FLA_Axpyt_c(FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_c.c:13
FLA_Bool FLA_Obj_equals(FLA_Obj A, FLA_Obj B)
Definition: FLA_Query.c:507
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
FLA_Error FLA_Axpyt_t(FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_axpyt_t *cntl)
Definition: FLA_Axpyt_t.c:13
FLA_Obj FLA_ZERO
Definition: FLA_Init.c:20
FLA_Elemtype FLA_Obj_elemtype(FLA_Obj obj)
Definition: FLA_Query.c:51