A
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
C
- combine(F64Array,Function2) - function in org.jetbrains.bio.viktor.F64Array
- Apply the binary operation op and return a new array.
- combine(F64Array,Function2) - function in org.jetbrains.bio.viktor.F64FlatArray
- Apply the binary operation op and return a new array.
- combineInPlace(F64Array,Function2) - function in org.jetbrains.bio.viktor.F64Array
- Apply the binary operation op in-place.
- combineInPlace(F64Array,Function2) - function in org.jetbrains.bio.viktor.F64FlatArray
- Apply the binary operation op in-place.
- concatenate(F64Array,F64Array,Integer) - function in org.jetbrains.bio.viktor.F64Array.Companion
- Joins a sequence of arrays into a single array.
- contains(Double) - function in org.jetbrains.bio.viktor.F64Array
- contains(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(F64Array) - function in org.jetbrains.bio.viktor.F64Array
- Copies elements in this array to other array.
- copyTo(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.