- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does MKL have any function that doeselement-wise vector-vector multiplication?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, see ?dot (...) routines which compute a vector-vector dot product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's written up in documentation/mkl mkl manual. 6 data types supported for v?Mul().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ThanksGennadyand Timp ! I mean what thev?Mul() does, not the dot product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you're looking for what, long ago, was called a dyad:
M(i,j)=x(i)*y(j),
this is called a "rank-1 update" in blas level 2. It's done by the ger/sger/dger routines for a general case.
M(i,j)=x(i)*y(j),
this is called a "rank-1 update" in blas level 2. It's done by the ger/sger/dger routines for a general case.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page