kmath
kmath copied to clipboard
Kotlin mathematics extensions library
To external contributors: 1. Notify us if you are going to try to implement this feature to receive extensive explanations of what does this problem means. 2. That's quite a...
Please, add **discrete mathematics** features. For example **combinatorics**, like in [KotlinDiscreteMathToolkit](https://github.com/MarcinMoskala/KotlinDiscreteMathToolkit/) project: - Combinations and permutations - Powerset and Cartesian product - Divisibility - etc. Chances are, I just didn't...
- [x] Alternative strides for NDStructure - [ ] Strides implementation which points to a sub-structure of larger structure (and thus Strides), effectively creating a View.
1. Inverse with Cholesky decomposition. 2. Solve with QR decomposition.
It is incorrect to stick `true` and `false` to logic operations because of many-valued logic systems: ternary logic, probabilistic logic.