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
Need to enhance clsparseDenseMatrix with both an enum to describe row/column major layout of matrix data, and a parameter LDA to describe stride between rows/columns
The text was updated successfully, but these errors were encountered:
I'm going to take care of this while i'm working on SpM-dM.
A question: I'm now unhappy with the convention that we have with naming our rows and columns as m & n. Very undescriptive and can be confused in a text editor; prone to typos. I'm thinking of renaming our structs from having m & n to row & col. Everybody like that?
I'm going to take care of this while i'm working on SpM-dM.
A question: I'm now unhappy with the convention that we have with naming
our rows and columns as m & n. Very undescriptive and can be confused in a
text editor; prone to typos. I'm thinking of renaming our structs from
having m & n to row & col. Everybody like that?
—
Reply to this email directly or view it on GitHub #16 (comment)
.
Need to enhance clsparseDenseMatrix with both an enum to describe row/column major layout of matrix data, and a parameter LDA to describe stride between rows/columns
The text was updated successfully, but these errors were encountered: