-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[0.3.0](.) | ||
[0.3.1](.) | ||
|
||
### Packages | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asBooleanArray](.) | ||
|
||
# asBooleanArray | ||
|
||
`fun asBooleanArray(): BooleanArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L317) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asByteArray](.) | ||
|
||
# asByteArray | ||
|
||
`fun asByteArray(): ByteArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L319) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asDoubleArray](.) | ||
|
||
# asDoubleArray | ||
|
||
`fun asDoubleArray(): DoubleArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L329) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asFloatArray](.) | ||
|
||
# asFloatArray | ||
|
||
`fun asFloatArray(): FloatArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L327) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asIntArray](.) | ||
|
||
# asIntArray | ||
|
||
`fun asIntArray(): IntArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L323) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asLongArray](.) | ||
|
||
# asLongArray | ||
|
||
`fun asLongArray(): LongArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L325) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asShortArray](.) | ||
|
||
# asShortArray | ||
|
||
`fun asShortArray(): ShortArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L321) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [asStringArray](.) | ||
|
||
# asStringArray | ||
|
||
`fun asStringArray(): Array<String>` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L332) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [data](.) | ||
|
||
# data | ||
|
||
`val data: Any` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L313) | ||
|
||
Array data. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [shape](.) | ||
|
||
# shape | ||
|
||
`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L315) | ||
|
||
Array dimensions. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0.3.1](../../index.md) / [org.jetbrains.bio.npy](../index.md) / [NpyArray](index.md) / [toString](.) | ||
|
||
# toString | ||
|
||
`fun toString(): String` [(source)](https://github.com/JetBrains-Research/npy/blob/0.3.1/src/main/kotlin/org/jetbrains/bio/npy/Npy.kt#L334) |