l'm new to julia. l want to use the Blas package. To do so, the meaning of 
the two first parameters of gemm function are less evident for me What the 
parameters 'N', 'T' represent?

 BLAS.gemm!('N', 'T', lr,  alpha, A, B, beta, C)

What is the difference between BLAS.gemm and BLAS.gemm! ? 

Reply via email to