FLASH_SPDinv_cntl_init.c File Reference

(r)


Functions

void FLASH_SPDinv_cntl_init ()
void FLASH_SPDinv_cntl_finalize ()

Variables

fla_chol_tflash_chol_cntl
fla_trinv_tflash_trinv_cntl
fla_ttmm_tflash_ttmm_cntl
fla_spdinv_tflash_spdinv_cntl
fla_blocksize_tflash_spdinv_size_cutoff

Function Documentation

void FLASH_SPDinv_cntl_finalize ( void   ) 

void FLASH_SPDinv_cntl_init ( void   ) 

References FLA_Cntl_spdinv_obj_create(), and FLA_Query_blocksizes().

Referenced by FLA_Cntl_init_flash().

00043 {
00044     // Rather than embed a blocksize, we store the cutoff matrix size for
00045     // switching from external routines to internal FLAME variants.
00046     flash_spdinv_size_cutoff = FLA_Query_blocksizes( FLA_DIMENSION_MIN );
00047 
00048     // Initialize a control tree node that calls the top-level Cholesky
00049     // factorization, Trinagular inversion, and Triangular-transpose matrix
00050     // multiply control trees. 
00051     flash_spdinv_cntl        = FLA_Cntl_spdinv_obj_create( FLA_HIER,
00052                                                            FLA_BLOCKED_VARIANT1, 
00053                                                            flash_spdinv_size_cutoff,
00054                                                            flash_chol_cntl,
00055                                                            flash_trinv_cntl,
00056                                                            flash_ttmm_cntl );
00057 }


Variable Documentation


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9