Add images
This commit is contained in:
parent
4043df7f24
commit
b734136b82
59
docs/images/KM.svg
Normal file
59
docs/images/KM.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 248 KiB |
55
docs/images/KM_mono.svg
Normal file
55
docs/images/KM_mono.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
91
docs/images/KMath.svg
Normal file
91
docs/images/KMath.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 278 KiB |
371
docs/images/KMath_mono.svg
Normal file
371
docs/images/KMath_mono.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 117 KiB |
@ -1,6 +1,7 @@
|
||||
# The Core Module (`kmath-core`)
|
||||
|
||||
The core features of KMath:
|
||||
|
||||
- [algebras](src/commonMain/kotlin/kscience/kmath/operations/Algebra.kt) : Algebraic structures: contexts and elements
|
||||
- [nd](src/commonMain/kotlin/kscience/kmath/structures/NDStructure.kt) : Many-dimensional structures
|
||||
- [buffers](src/commonMain/kotlin/kscience/kmath/structures/Buffers.kt) : One-dimensional structure
|
||||
@ -11,14 +12,14 @@ The core features of KMath:
|
||||
|
||||
> #### Artifact:
|
||||
> This module artifact: `kscience.kmath:kmath-core:0.2.0-dev-1`.
|
||||
>
|
||||
>
|
||||
> **Gradle:**
|
||||
>
|
||||
> ```gradle
|
||||
> repositories {
|
||||
> maven { url 'https://dl.bintray.com/mipt-npm/kscience' }
|
||||
> maven { url 'https://dl.bintray.com/mipt-npm/dev' }
|
||||
> maven { url https://dl.bintray.com/hotkeytlt/maven' }
|
||||
> maven { url 'https://dl.bintray.com/hotkeytlt/maven' }
|
||||
> }
|
||||
>
|
||||
> dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user