A
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
C
- combine(org.jetbrains.bio.viktor.F64Array,kotlin.jvm.functions.Function2) - function in org.jetbrains.bio.viktor.F64Array
- Apply the binary operation op and return a new array.
- combine(org.jetbrains.bio.viktor.F64Array,kotlin.jvm.functions.Function2) - function in org.jetbrains.bio.viktor.F64FlatArray
- Apply the binary operation op and return a new array.
- combineInPlace(org.jetbrains.bio.viktor.F64Array,kotlin.jvm.functions.Function2) - function in org.jetbrains.bio.viktor.F64Array
- Apply the binary operation op in-place.
- combineInPlace(org.jetbrains.bio.viktor.F64Array,kotlin.jvm.functions.Function2) - function in org.jetbrains.bio.viktor.F64FlatArray
- Apply the binary operation op in-place.
- concatenate(org.jetbrains.bio.viktor.F64Array,org.jetbrains.bio.viktor.F64Array,java.lang.Integer) - function in org.jetbrains.bio.viktor.F64Array.Companion
- Joins a sequence of arrays into a single array.
- contains(java.lang.Double) - function in org.jetbrains.bio.viktor.F64Array
- contains(java.lang.Double) - function in org.jetbrains.bio.viktor.F64FlatArray
- copy() - function in org.jetbrains.bio.viktor.F64Array
- Returns a copy of this array.
- copy() - function in org.jetbrains.bio.viktor.F64FlatArray
- Returns a copy of this array.
- copyTo(org.jetbrains.bio.viktor.F64Array) - function in org.jetbrains.bio.viktor.F64Array
- Copies elements in this array to other array.
- copyTo(org.jetbrains.bio.viktor.F64Array) - function in org.jetbrains.bio.viktor.F64FlatArray
- Copies elements in this array to other array.
- cumSum() - function in org.jetbrains.bio.viktor.F64Array
- Computes cumulative sum of the elements.
- cumSum() - function in org.jetbrains.bio.viktor.F64FlatArray
- Computes cumulative sum of the elements.