libflame  revision_anchor
Functions | Variables
FLA_Axpy_cntl_init.c File Reference

(r)

Functions

void FLA_Axpy_cntl_init ()
 
void FLA_Axpy_cntl_finalize ()
 

Variables

fla_axpy_tfla_axpy_cntl_blas
 

Function Documentation

◆ FLA_Axpy_cntl_finalize()

void FLA_Axpy_cntl_finalize ( void  )
25 {
27 }
fla_axpy_t * fla_axpy_cntl_blas
Definition: FLA_Axpy_cntl_init.c:13
void FLA_Cntl_obj_free(void *cntl)
Definition: FLA_Cntl.c:13

References fla_axpy_cntl_blas, and FLA_Cntl_obj_free().

Referenced by FLA_Cntl_finalize_flamec().

◆ FLA_Axpy_cntl_init()

void FLA_Axpy_cntl_init ( void  )
16 {
17  // Create a control tree that assumes A and B are small.
19  FLA_SUBPROBLEM,
20  NULL,
21  NULL );
22 }
fla_axpy_t * FLA_Cntl_axpy_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_axpy_t *sub_axpy)
Definition: FLA_Cntl_blas1.c:17

References fla_axpy_cntl_blas, and FLA_Cntl_axpy_obj_create().

Referenced by FLA_Cntl_init_flamec().

Variable Documentation

◆ fla_axpy_cntl_blas

fla_axpy_t* fla_axpy_cntl_blas