libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Gemm_internal_check (FLA_Trans transa, FLA_Trans transb, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_t *cntl) |
FLA_Error FLA_Gemm_internal_check | ( | FLA_Trans | transa, |
FLA_Trans | transb, | ||
FLA_Obj | alpha, | ||
FLA_Obj | A, | ||
FLA_Obj | B, | ||
FLA_Obj | beta, | ||
FLA_Obj | C, | ||
fla_gemm_t * | cntl | ||
) |
References FLA_Check_identical_object_elemtype(), FLA_Check_matrix_matrix_dims(), and FLA_Check_null_pointer().
Referenced by FLA_Gemm_internal().