libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Trsm_internal_check (FLA_Side side, FLA_Uplo uplo, FLA_Trans transa, FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t *cntl) |
FLA_Error FLA_Trsm_internal_check | ( | FLA_Side | side, |
FLA_Uplo | uplo, | ||
FLA_Trans | transa, | ||
FLA_Diag | diag, | ||
FLA_Obj | alpha, | ||
FLA_Obj | A, | ||
FLA_Obj | B, | ||
fla_trsm_t * | cntl | ||
) |
References FLA_Check_identical_object_elemtype(), FLA_Check_matrix_matrix_dims(), FLA_Check_null_pointer(), FLA_Check_object_length_equals(), and FLA_Obj_length().
Referenced by FLA_Trsm_internal().