FLA_Copy.c File Reference

(r)


Functions

FLA_Error FLA_Copy (FLA_Obj A, FLA_Obj B)
void FLA_F2C() fla_copy_f (F_INT *A, F_INT *B, F_INT *IERROR)

Variables

fla_copy_tfla_copy_cntl_blas

Function Documentation

FLA_Error FLA_Copy ( FLA_Obj  A,
FLA_Obj  B 
)

References FLA_Check_error_level(), FLA_Copy_check(), and FLA_Copy_internal().

Referenced by fla_copy_f().

00038 {
00039   FLA_Error r_val;
00040 
00041   // Check parameters.
00042   if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
00043     FLA_Copy_check( A, B );
00044 
00045   // Invoke FLA_Copy_internal() with flat control tree that simply calls
00046   // external wrapper.
00047   r_val = FLA_Copy_internal( A, B, fla_copy_cntl_blas );
00048 
00049   return r_val;
00050 }

void FLA_F2C() fla_copy_f ( F_INT *  A,
F_INT *  B,
F_INT *  IERROR 
)

References FLA_Copy().

00054 {
00055   *IERROR = FLA_Copy( *( ( FLA_Obj * ) A ),
00056                       *( ( FLA_Obj * ) B ) );
00057 }


Variable Documentation


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