kmath icon indicating copy to clipboard operation
kmath copied to clipboard

Kotlin mathematics extensions library

Results 100 kmath issues
Sort by recently updated
recently updated
newest added

Each readme should contain installation instructions for this module, key features, development stage, stability, examples etc. Development stage could be different for different modules.

documentation

Add basic API for type-sage units via inline classes.

feature
discussion

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...

feature

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...

feature

Each module should contain full configuration.

documentation

Conceptual design for IO. IO functions should be separate from mathematical objects and support multiple different back-ends.

feature

The generator state could be made a part of `CoroutineContext`.

discussion

- [x] Add a `Sampler` interface and make `Distribution` implement it. - [x] Add sampler algebra. - [ ] Add limited distribution algebra support via characteristic functions.

feature

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...

question
discussion

Add aliases for creation NDarray: zeros, ones, linspace, logspace, repeat, eye, arange,

feature