libflame  12600
Functions | Variables
FLA_Copy_cntl_init.c File Reference

(r12600)

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  )
void FLA_Copy_cntl_init ( void  )

References FLA_Cntl_copy_obj_create().

Referenced by FLA_Cntl_init_flamec().

{
    // Create a control tree that assumes A and B are small.
    fla_copy_cntl_blas  = FLA_Cntl_copy_obj_create( FLA_FLAT,
                                                    FLA_SUBPROBLEM,
                                                    NULL,
                                                    NULL );
}

Variable Documentation