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_Chol( 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_chol_t * flash_chol_cntl
Definition: FLASH_Chol_cntl_init.c:17
FLA_Error FLA_Chol_internal_check(FLA_Uplo uplo, FLA_Obj A, fla_chol_t *cntl)
Definition: FLA_Chol_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_Chol_l(FLA_Obj A, fla_chol_t *cntl)
Definition: FLA_Chol_l.c:13
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
fla_chol_t * fla_chol_cntl_leaf
Definition: FLA_Chol_cntl_init.c:20
FLA_Error FLA_Chol_u(FLA_Obj A, fla_chol_t *cntl)
Definition: FLA_Chol_u.c:13
FLA_Error FLA_Chol_internal(FLA_Uplo uplo, FLA_Obj A, fla_chol_t *cntl)
Definition: FLA_Chol_internal.c:16
FLA_Elemtype FLA_Obj_elemtype(FLA_Obj obj)
Definition: FLA_Query.c:51