Open
Description
- Matrix operations
-
operator[][]
(both getter and setter) - Operator[] #12 -
scalar * matrix
-
matrix / scalar
- transposition
- values iteration using iterator class
- Optimizations
- M-M multiplication - see this PDF, chapter 5 (site 14)
- M-M addition and subtraction
- Other
- add namespace - Move under namespace #9
- coding standards - Use Google's C++ style guide? #10
- add benchmark to tests (speed of read/write of values and operations)
Metadata
Metadata
Assignees
Labels
No labels