Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Trouble with Vector dot product function

roger858687
Beginner
641 Views

hi,all

it's a rookie question.

is there a dot product function returns a vector?

i can not find it in the document, the ?dot function returns the sum of the result vector.

0 Kudos
1 Solution
TimP
Honored Contributor III
641 Views
Quoting - roger858687

is there a dot product function returns a vector?

i can not find it in the document, the ?dot function returns the sum of the result vector.

BLAS2 analogues of ?dot include ?gemv.

View solution in original post

0 Kudos
2 Replies
TimP
Honored Contributor III
642 Views
Quoting - roger858687

is there a dot product function returns a vector?

i can not find it in the document, the ?dot function returns the sum of the result vector.

BLAS2 analogues of ?dot include ?gemv.
0 Kudos
roger858687
Beginner
641 Views
I found it, it's v?mul in VML seems i describe my trouble in a wrong way, i kind of mix some definitions.
thx ,tim 18
Quoting - tim18
BLAS2 analogues of ?dot include ?gemv.

0 Kudos
Reply