23 if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
25 FLA_Cntl_variant( cntl ) == FLA_SUBPROBLEM )
29 *FLASH_OBJ_PTR_AT( A ),
32 else if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
37 ENQUEUE_FLASH_Ttmm( uplo, A, cntl );
41 if ( FLA_Cntl_matrix_type( cntl ) == FLA_HIER &&
50 if ( uplo == FLA_LOWER_TRIANGULAR )
54 else if ( uplo == FLA_UPPER_TRIANGULAR )
FLA_Error FLA_Ttmm_u(FLA_Obj A, fla_ttmm_t *cntl)
Definition: FLA_Ttmm_u.c:13
FLA_Error FLA_Ttmm_internal(FLA_Uplo uplo, FLA_Obj A, fla_ttmm_t *cntl)
Definition: FLA_Ttmm_internal.c:16
FLA_Error FLA_Ttmm_internal_check(FLA_Uplo uplo, FLA_Obj A, fla_ttmm_t *cntl)
Definition: FLA_Ttmm_internal_check.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_Ttmm_l(FLA_Obj A, fla_ttmm_t *cntl)
Definition: FLA_Ttmm_l.c:13
fla_ttmm_t * fla_ttmm_cntl_leaf
Definition: FLA_Ttmm_cntl_init.c:17
fla_ttmm_t * flash_ttmm_cntl
Definition: FLASH_Ttmm_cntl_init.c:17
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
FLA_Elemtype FLA_Obj_elemtype(FLA_Obj obj)
Definition: FLA_Query.c:51