Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

cblas_dgemm trouble

nas_09
Beginner
191 Views

I've been having some problems figuring out how to get cblas_dgemm to work properly. I'm trying to get it to multiply a 3x1 matrix by a 1x1 (a scalar), in this case [1 2 3] * 1, but the outputted result is [1 0 0]. I've attached my code below. Any help would be greatly appreciated!

Thanks, Nick

0 Kudos
1 Reply
nas_09
Beginner
191 Views
Nevermind, figured out the error.
Reply