I want to use gsl_blas_sgemm to multiplie to matrices: alpha would be 1 and beta would be 0. Do I have to introduce these as parameters? I wonder if for those particular values the matrices are multiplied by them. Thank you.