Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clsparseDenseMatrix params #16

Closed
jpola opened this issue Apr 23, 2015 · 3 comments
Closed

clsparseDenseMatrix params #16

jpola opened this issue Apr 23, 2015 · 3 comments
Assignees
Milestone

Comments

@jpola
Copy link
Contributor

jpola commented Apr 23, 2015

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

@kknox
Copy link
Contributor

kknox commented May 24, 2015

We should rename this class as cldenseMatrix as described in #24

@kknox kknox assigned kknox and unassigned shuaiche May 29, 2015
@kknox
Copy link
Contributor

kknox commented May 29, 2015

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?

@kknox kknox added the question label May 29, 2015
@jpola
Copy link
Contributor Author

jpola commented May 29, 2015

I prefer n_rows, n_cols or any similar (num_rows, num_cols etc.)

2015-05-29 23:31 GMT+02:00 Kent Knox notifications@github.com:

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)
.

@kknox kknox modified the milestone: clSPARSE Beta Jun 4, 2015
@kknox kknox closed this as completed Jun 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants