FLA_Transpose.c File Reference

(r)


Functions

FLA_Error FLA_Transpose (FLA_Obj A)
void FLA_F2C() fla_transpose_f (F_INT *A, F_INT *IERROR)

Variables

fla_tpose_tfla_tpose_cntl

Function Documentation

FLA_Error FLA_Transpose ( FLA_Obj  A  ) 

References FLA_Check_error_level(), FLA_Transpose_blk_var2(), and FLA_Transpose_check().

Referenced by fla_transpose_f().

00038 {
00039   FLA_Error r_val;
00040 
00041   if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
00042     FLA_Transpose_check( A );
00043 
00044   r_val = FLA_Transpose_blk_var2( A, fla_tpose_cntl );
00045 
00046   return r_val;
00047 }

void FLA_F2C() fla_transpose_f ( F_INT *  A,
F_INT *  IERROR 
)

References FLA_Transpose().

00051 {
00052   *IERROR = FLA_Transpose( *( ( FLA_Obj * ) A ) );
00053 }


Variable Documentation


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