-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "get" and "get_mut" to BaseMatrix and BaseMatrixMut (#158)
* Added a "get" method to BaseMatrix. This resolves issue #151. * Added a "get_mut" function to BaseMatrixMut. This is related to issue #151. * Changed indentation and comments. As discussed, changed "a point" to "an element" in the comments for the "get" family of functions. Also fixed the indentation of the new "get" and "get_mut" functions by changing tabs to spaces.
- Loading branch information
1 parent
2239a6f
commit 00e8b70
Showing
1 changed file
with
62 additions
and
2 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