Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix #136

Merged
CommanderTvis merged 24 commits from ejml into dev 2020-10-01 21:30:40 +03:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 02264f84e9 - Show all commits

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.
altavir commented 2020-09-20 15:16:15 +03:00 (Migrated from github.com)
Review

Add some documentation instead.

Add some documentation instead.
* **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