| 
    libflame
    12600
    
   
   | 
  
  
  
 
Functions | |
| void | FLA_Axpyt_cntl_init () | 
| void | FLA_Axpyt_cntl_finalize () | 
Variables | |
| fla_axpyt_t * | fla_axpyt_cntl_blas | 
| void FLA_Axpyt_cntl_finalize | ( | void | ) | 
References FLA_Cntl_obj_free().
Referenced by FLA_Cntl_finalize_flamec().
{
    FLA_Cntl_obj_free( fla_axpyt_cntl_blas );
}
| void FLA_Axpyt_cntl_init | ( | void | ) | 
References FLA_Cntl_axpyt_obj_create().
Referenced by FLA_Cntl_init_flamec().
{
    // Create a control tree that assumes A and B are small.
    fla_axpyt_cntl_blas  = FLA_Cntl_axpyt_obj_create( FLA_FLAT,
                                                      FLA_SUBPROBLEM,
                                                      NULL,
                                                      NULL );
}
 1.7.6.1