Implement kmath-nd4j: module that implements NDStructure for INDArray of ND4J #116

Merged
CommanderTvis merged 50 commits from nd4j into dev 2020-10-29 19:58:53 +03:00
Showing only changes of commit d54e7c3e97 - Show all commits

View File

@ -2,6 +2,7 @@
## [Unreleased]
### Added
- ND4J support module submitting `NDStructure` and `NDAlgebra` over `INDArray`.
### Changed
@ -30,7 +31,6 @@
- Blocking chains in `kmath-coroutines`
- Full hyperbolic functions support and default implementations within `ExtendedField`
- Norm support for `Complex`
- ND4J support module submitting `NDStructure` and `NDAlgebra` over `INDArray`.
### Changed
- `readAsMemory` now has `throws IOException` in JVM signature.