Add EJML module references in the readme and doc

This commit is contained in:
Iaroslav 2020-09-21 19:33:12 +07:00
parent 91cb95544c
commit 02264f84e9
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7
2 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,9 @@ can be used for a wide variety of purposes from high performance calculations to
* **Commons-math wrapper** It is planned to gradually wrap most parts of [Apache commons-math](http://commons.apache.org/proper/commons-math/)
library in Kotlin code and maybe rewrite some parts to better suit the Kotlin programming paradigm, however there is no fixed roadmap for that. Feel free
to submit a feature request if you want something to be done first.
* **EJML wrapper** Provides EJML `SimpleMatrix` wrapper consistent with the core matrix structures.
## Planned features
* **Messaging** A mathematical notation to support multi-language and multi-node communication for mathematical tasks.

View File

@ -12,3 +12,5 @@ api and multiple library back-ends.
* [Expressions](./expressions.md)
* Commons math integration
* EJML integration