libflame  12600
Functions
FLA_Copyt_task.c File Reference

(r12600)

Functions

FLA_Error FLA_Copyt_task (FLA_Trans trans, FLA_Obj A, FLA_Obj B, fla_copyt_t *cntl)
FLA_Error FLA_Copyt_n_task (FLA_Obj A, FLA_Obj B, fla_copyt_t *cntl)
FLA_Error FLA_Copyt_t_task (FLA_Obj A, FLA_Obj B, fla_copyt_t *cntl)
FLA_Error FLA_Copyt_c_task (FLA_Obj A, FLA_Obj B, fla_copyt_t *cntl)
FLA_Error FLA_Copyt_h_task (FLA_Obj A, FLA_Obj B, fla_copyt_t *cntl)

Function Documentation

References FLA_Copyt_external().

Referenced by FLA_Copyt_c().

{
  return FLA_Copyt_external( FLA_CONJ_NO_TRANSPOSE, A, B );
}

References FLA_Copyt_external().

Referenced by FLA_Copyt_h().

{
  return FLA_Copyt_external( FLA_CONJ_TRANSPOSE, A, B );
}

References FLA_Copyt_external().

Referenced by FLA_Copyt_n().

{
  return FLA_Copyt_external( FLA_NO_TRANSPOSE, A, B );
}

References FLA_Copyt_external().

Referenced by FLA_Copyt_t().

{
  return FLA_Copyt_external( FLA_TRANSPOSE, A, B );
}
FLA_Error FLA_Copyt_task ( FLA_Trans  trans,
FLA_Obj  A,
FLA_Obj  B,
fla_copyt_t cntl 
)

References FLA_Copyt_external().

Referenced by FLASH_Queue_exec_task().

{
  return FLA_Copyt_external( trans, A, B );
}