A
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
F
- F64Array - class in org.jetbrains.bio.viktor
- A strided n-dimensional array stored in a DoubleArray.
- F64Array.Companion - class in org.jetbrains.bio.viktor.F64Array
- F64Array.Viewer - class in org.jetbrains.bio.viktor.F64Array
- F64ArrayKt - class in org.jetbrains.bio.viktor
- F64FlatArray - class in org.jetbrains.bio.viktor
- An 1-dimensional specialization of F64Array.
- F64FlatArray.Companion - class in org.jetbrains.bio.viktor.F64FlatArray
- feed(Double) - function in org.jetbrains.bio.viktor.KahanSum
- Supplies a number to be added to the accumulator.
- fill(Double) - function in org.jetbrains.bio.viktor.F64Array
- Fills this array with a given init value.
- fill(Double) - function in org.jetbrains.bio.viktor.F64FlatArray
- Fills this array with a given init value.
- flatten() - function in org.jetbrains.bio.viktor.F64Array
- Flattens the array into a 1D view in O(1) time.
- flatten() - function in org.jetbrains.bio.viktor.F64FlatArray
- Flattens the array into a 1D view in O(1) time.
- fold(T,Function2) - function in org.jetbrains.bio.viktor.F64Array
- Folds the array using the provided initial value and the folding operation op.
- fold(T,Function2) - function in org.jetbrains.bio.viktor.F64FlatArray
- Folds the array using the provided initial value and the folding operation op.
- full(Integer,Double) - function in org.jetbrains.bio.viktor.F64Array.Companion
- Creates a vector filled with a given init element.
- full(Integer,Double) - function in org.jetbrains.bio.viktor.F64Array.Companion
- Creates an array filled with a given init element.