A
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
A
- along(java.lang.Integer) - function in org.jetbrains.bio.viktor.F64Array
- Returns a sequence of views along the specified axis.
- along(java.lang.Integer) - function in org.jetbrains.bio.viktor.F64FlatArray
- Returns a sequence of views along the specified axis.
- append(org.jetbrains.bio.viktor.F64Array,java.lang.Integer) - function in org.jetbrains.bio.viktor.F64Array
- Appends this array to another array.
- append(org.jetbrains.bio.viktor.F64Array,java.lang.Integer) - function in org.jetbrains.bio.viktor.F64Array
- Appends this array to another array.
- argMax() - function in org.jetbrains.bio.viktor.F64Array
- Returns the index of the maximum element.
- argMax() - function in org.jetbrains.bio.viktor.F64FlatArray
- Returns the index of the maximum element.
- argMin() - function in org.jetbrains.bio.viktor.F64Array
- Returns the index of the minimum element.
- argMin() - function in org.jetbrains.bio.viktor.F64FlatArray
- Returns the index of the minimum element.
- argSort(org.jetbrains.bio.viktor.F64Array,java.lang.Boolean) - function in org.jetbrains.bio.viktor.SortingKt
- Returns a permutation of indices which makes the 1-D array sorted.
- asF64Array(kotlin.DoubleArray) - function in org.jetbrains.bio.viktor.F64ArrayKt
- Wraps a given array.
- asF64Array(kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.F64ArrayKt
- Wraps a given region of the array.
- asF64Array(org.jetbrains.bio.npy.NpyArray) - function in org.jetbrains.bio.viktor.SerializationKt
- Returns a view of the NpyArray as an n-dimensional array.