Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

cblas_dgemm trouble

nas_09
Beginner
351 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
351 Views
Nevermind, figured out the error.
0 Kudos
Reply