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

Just a few enhancments I assume #13

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.swp
*.exe
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,18 @@ Make sure your type implements:
* product `operator *`
* output `operator <<` to be able to nicely output the matrix

You can see a simple custom element example in [the tests](tests/cases/custom-type.h).
You can see a simple custom element example in [the tests](tests/tests/custom-type.h).


-----------

### Roadmap

In the nearest future following features are planned to be added:

* `operator[]` for both getting and setting matrix values
* moving under a namespace to prevent collisions
* optimizing M-M multiplication and addition
* more matrix operations (transpose, scalar-matrix multiplication, matrix-scalar division, etc.)

Any questions / issues / pull requests / [donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KWQJ7VTXZMZLS) are very welcome! :-)
Loading