From 00445f99d54be2b121329d7ca64bae68be756501 Mon Sep 17 00:00:00 2001 From: Petr Kessler Date: Tue, 20 Feb 2018 03:23:56 +0100 Subject: [PATCH] moved Roadmap from README to Issue #15 --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ae76b88..b99ff10 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,4 @@ You can see a simple custom element example in [the tests](tests/cases/custom-ty ----------- -### 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! :-)