Skip to content

Commit 0fc01c7

Browse files
MKhalusovap7nov
andauthored
update: add Multik to Kotlin for DS page (JetBrains#2095)
* Updated Kotlin for Data Science landing page: reworked text, removed Zeppelin building from source instructions, removed banner image, etc. * Update pages/docs/reference/data-science-overview.md Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com> * Update pages/docs/reference/data-science-overview.md Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com> * Update pages/docs/reference/data-science-overview.md Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com> * Update pages/docs/reference/data-science-overview.md Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com> * Update pages/docs/reference/data-science-overview.md Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com> * Replaced "ETL pipelines" with "data pipelines", moved "easy to learn" to the first position in the list, and removed pages/docs/tutorials/zeppelin-spark-cluster.md * Added Multik 0.0.1 to the list of libraries Co-authored-by: Pavel Semyonov <42832629+p7nov@users.noreply.github.com>
1 parent 0def64d commit 0fc01c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/topics/data-science-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The ecosystem of libraries for data-related tasks created by the Kotlin communit
4141
Here are some libraries that you may find useful:
4242

4343
### Kotlin libraries
44+
* [Multik](https://github.com/Kotlin/multik): multidimensional arrays in Kotlin. The library provides Kotlin-idiomatic,
45+
type- and dimension-safe API for mathematical operations over multidimensional arrays. Multik offers swappable
46+
JVM and native computational engines, and a combination of the two for optimal performance.
4447

4548
* [kotlin-statistics](https://github.com/thomasnield/kotlin-statistics) is a library providing extension functions for
4649
exploratory and production statistics. It supports basic numeric list/sequence/array functions (from `sum` to `skewness`),

0 commit comments

Comments
 (0)