-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit methods to convert between arrays and matrices.
Removed `From` trait implementations converting between 1D and 2D arrays and matrix types to avoid any potential confusion about data being loaded and stored in column major order. New function names hopefully make it clear that column major ordering is being used. Fixes #21.
- Loading branch information
1 parent
6736a13
commit 4896c0f
Showing
6 changed files
with
207 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.