kmath
kmath copied to clipboard
Kotlin mathematics extensions library
Each readme should contain installation instructions for this module, key features, development stage, stability, examples etc. Development stage could be different for different modules.
Project 3D objects into the 2D plane and add automatic transformations for 2D objects in planes into 3D objects. Probably need to introduce a special kind of Plane with bound...
Would be great to see some smoothing algorithms implemented in `common` module and deployed as a multi-platform library. We are working on a multi-platform plotting library and are very interested...
Each module should contain full configuration.
Conceptual design for IO. IO functions should be separate from mathematical objects and support multiple different back-ends.
The generator state could be made a part of `CoroutineContext`.
- [x] Add a `Sampler` interface and make `Distribution` implement it. - [x] Add sampler algebra. - [ ] Add limited distribution algebra support via characteristic functions.
For example, we have some function: ``` fun someFunction1(input1: Buffer, input2 : Buffer) : Buffer ``` How choice output Buffer sub-class for function? If always return a generic buffer, this...
Add aliases for creation NDarray: zeros, ones, linspace, logspace, repeat, eye, arange,