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

void FLA_Copy_cntl_finalize ( void   ) 

References FLA_Cntl_obj_free().

Referenced by FLA_Cntl_finalize_flamec().

00047 {
00048     FLA_Cntl_obj_free( fla_copy_cntl_blas );
00049 }

void FLA_Copy_cntl_init ( void   ) 

References FLA_Cntl_copy_obj_create().

Referenced by FLA_Cntl_init_flamec().

00038 {
00039     // Create a control tree that assumes A and B are small.
00040     fla_copy_cntl_blas  = FLA_Cntl_copy_obj_create( FLA_FLAT,
00041                                                     FLA_SUBPROBLEM,
00042                                                     NULL,
00043                                                     NULL );
00044 }


Variable Documentation


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