libflame  revision_anchor
Functions | Variables
FLASH_Lyap_cntl_init.c File Reference

(r)

Functions

void FLASH_Lyap_cntl_init ()
 
void FLASH_Lyap_cntl_finalize ()
 

Variables

fla_scal_tflash_scal_cntl
 
fla_gemm_tflash_gemm_cntl_pm
 
fla_hemm_tflash_hemm_cntl_mp
 
fla_her2k_tflash_her2k_cntl_ip
 
fla_sylv_tflash_sylv_cntl
 
fla_lyap_tflash_lyap_cntl_leaf
 
fla_lyap_tflash_lyap_cntl
 
fla_blocksize_tflash_lyap_bsize
 

Function Documentation

◆ FLASH_Lyap_cntl_finalize()

void FLASH_Lyap_cntl_finalize ( void  )
55 {
58 
60 }
fla_lyap_t * flash_lyap_cntl
Definition: FLASH_Lyap_cntl_init.c:21
fla_lyap_t * flash_lyap_cntl_leaf
Definition: FLASH_Lyap_cntl_init.c:20
fla_blocksize_t * flash_lyap_bsize
Definition: FLASH_Lyap_cntl_init.c:22
void FLA_Cntl_obj_free(void *cntl)
Definition: FLA_Cntl.c:13
void FLA_Blocksize_free(fla_blocksize_t *bp)
Definition: FLA_Blocksize.c:110

References FLA_Blocksize_free(), FLA_Cntl_obj_free(), flash_lyap_bsize, flash_lyap_cntl, and flash_lyap_cntl_leaf.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Lyap_cntl_init()

void FLASH_Lyap_cntl_init ( void  )
25 {
26  // Set blocksize for hierarchical storage.
27  flash_lyap_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );
28 
29  // Create a control tree that assumes A and C are b x b blocks.
31  FLA_SUBPROBLEM,
32  NULL,
33  NULL,
34  NULL,
35  NULL,
36  NULL,
37  NULL,
38  NULL,
39  NULL );
40 
41  // Create a control tree that assumes A is a matrix and C is a matrix.
43  FLA_BLOCKED_VARIANT1,
48  NULL, //flash_gemm_cntl_pm,
49  NULL, //flash_gemm_cntl_pm,
52 }
fla_scal_t * flash_scal_cntl
Definition: FLASH_Scal_cntl_init.c:16
fla_her2k_t * flash_her2k_cntl_ip
Definition: FLASH_Her2k_cntl_init.c:17
fla_sylv_t * flash_sylv_cntl
Definition: FLASH_Sylv_cntl_init.c:18
fla_hemm_t * flash_hemm_cntl_mp
Definition: FLASH_Hemm_cntl_init.c:20
fla_lyap_t * FLA_Cntl_lyap_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_scal_t *sub_scal, fla_lyap_t *sub_lyap, fla_sylv_t *sub_sylv, fla_gemm_t *sub_gemm1, fla_gemm_t *sub_gemm2, fla_hemm_t *sub_hemm, fla_her2k_t *sub_her2k)
Definition: FLA_Cntl_lapack.c:417
fla_blocksize_t * FLA_Blocksize_create(dim_t b_s, dim_t b_d, dim_t b_c, dim_t b_z)
Definition: FLA_Blocksize.c:36

References FLA_Blocksize_create(), FLA_Cntl_lyap_obj_create(), flash_hemm_cntl_mp, flash_her2k_cntl_ip, flash_lyap_bsize, flash_lyap_cntl, flash_lyap_cntl_leaf, flash_scal_cntl, and flash_sylv_cntl.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_gemm_cntl_pm

fla_gemm_t* flash_gemm_cntl_pm
extern

Referenced by FLASH_Gemm_cntl_init().

◆ flash_hemm_cntl_mp

fla_hemm_t* flash_hemm_cntl_mp
extern

◆ flash_her2k_cntl_ip

fla_her2k_t* flash_her2k_cntl_ip
extern

◆ flash_lyap_bsize

fla_blocksize_t* flash_lyap_bsize

◆ flash_lyap_cntl

fla_lyap_t* flash_lyap_cntl

◆ flash_lyap_cntl_leaf

fla_lyap_t* flash_lyap_cntl_leaf

◆ flash_scal_cntl

fla_scal_t* flash_scal_cntl
extern

Referenced by FLASH_Lyap_cntl_init().

◆ flash_sylv_cntl

fla_sylv_t* flash_sylv_cntl
extern

Referenced by FLASH_Lyap_cntl_init().