You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a Tpetra type (or other package with a similar distributed type) that can serve as a dense matrix using Layout Right? In theory the multivector type could work but it seems to me thats hard coded to always use Layout Left. I also saw CRS Matrix which allows Layout Right with a 1D storage view, but that class seems to carry the overhead of the graph matrix for a dense application. Thanks in advance for any additional info on the matter.
Adrian Diaz
The text was updated successfully, but these errors were encountered:
Hmmm, would anything break if Multivector or a renamed copy of it was compiled with layout right for that argument? At least anything major that comes to mind, naturally there's lots of details and it may not even compile.
@trilinos/tpetra
Greetings Everyone,
Is there a Tpetra type (or other package with a similar distributed type) that can serve as a dense matrix using Layout Right? In theory the multivector type could work but it seems to me thats hard coded to always use Layout Left. I also saw CRS Matrix which allows Layout Right with a 1D storage view, but that class seems to carry the overhead of the graph matrix for a dense application. Thanks in advance for any additional info on the matter.
Adrian Diaz
The text was updated successfully, but these errors were encountered: