libflame  revision_anchor
Functions | Variables
FLA_Copy_cntl_init.c File Reference

(r)

Functions

void FLA_Copy_cntl_init ()
 
void FLA_Copy_cntl_finalize ()
 

Variables

fla_copy_tfla_copy_cntl_blas
 

Function Documentation

◆ FLA_Copy_cntl_finalize()

void FLA_Copy_cntl_finalize ( void  )

References FLA_Cntl_obj_free().

Referenced by FLA_Cntl_finalize_flamec().

25 {
27 }
void FLA_Cntl_obj_free(void *cntl)
Definition: FLA_Cntl.c:13
fla_copy_t * fla_copy_cntl_blas
Definition: FLA_Copy_cntl_init.c:13

◆ FLA_Copy_cntl_init()

void FLA_Copy_cntl_init ( void  )

References FLA_Cntl_copy_obj_create().

Referenced by FLA_Cntl_init_flamec().

16 {
17  // Create a control tree that assumes A and B are small.
19  FLA_SUBPROBLEM,
20  NULL,
21  NULL );
22 }
fla_copy_t * FLA_Cntl_copy_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_copy_t *sub_copy)
Definition: FLA_Cntl_blas1.c:51
fla_copy_t * fla_copy_cntl_blas
Definition: FLA_Copy_cntl_init.c:13

Variable Documentation

◆ fla_copy_cntl_blas

fla_copy_t* fla_copy_cntl_blas