- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a matrix previously in column major which I prefer to move now to row major since it became a hotspot and the hardcore of the computation is done along its rows and not along its columns i.e. improved locality.
However, I also need to ocasionally delete and append columns to this matrix and in row major is clearly an inconvenience. How can I append/delete columns from a matrix in row major using MKL in the fastest way? :)
Many TIA,
Best regards,
Giovanni
I have a matrix previously in column major which I prefer to move now to row major since it became a hotspot and the hardcore of the computation is done along its rows and not along its columns i.e. improved locality.
However, I also need to ocasionally delete and append columns to this matrix and in row major is clearly an inconvenience. How can I append/delete columns from a matrix in row major using MKL in the fastest way? :)
Many TIA,
Best regards,
Giovanni
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
there are no similar functionality available in MKL. i believe you can do it by many ways - one of them, as an example - to use vector :: insert from STL

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