Get subset of matrix with no allocation #864
Unanswered
ShaharTheDude
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to get a dense subset of a matrix (specifically subset or rows) without reallocating for the values?
I assume there is no, as the fetching bunch of rows to a dense matrix require reallocating in a contiguous memory. Am I right?
Beta Was this translation helpful? Give feedback.
All reactions