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

Matrix code one line fix #4

Open
halokid opened this issue Jun 11, 2016 · 0 comments
Open

Matrix code one line fix #4

halokid opened this issue Jun 11, 2016 · 0 comments

Comments

@halokid
Copy link

halokid commented Jun 11, 2016

line 150:
result := MakeMatrix(make([]float64, A.cols*A.rows), A.cols, A.rows)

maybe change to:
result := MakeMatrix(make([]float64, A.cols*A.rows), A.rows, .cols)

the order of the params in not right ??? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant