A
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
U
- unaryMinus() - function in org.jetbrains.bio.viktor.F64Array
- unaryMinus() - function in org.jetbrains.bio.viktor.F64Array
- unaryPlus() - function in org.jetbrains.bio.viktor.F64Array
- unaryPlus() - function in org.jetbrains.bio.viktor.F64Array
- unsafeDot(kotlin.DoubleArray,java.lang.Integer,kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the dot product of two arrays.
- unsafeExp(kotlin.DoubleArray,java.lang.Integer,kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the exponential function (e^x) for each element in the source array.
- unsafeExpm1(kotlin.DoubleArray,java.lang.Integer,kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes e^x - 1 for each element in the source array.
- unsafeLog(kotlin.DoubleArray,java.lang.Integer,kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the natural logarithm (ln(x)) for each element in the source array.
- unsafeLog1p(kotlin.DoubleArray,java.lang.Integer,kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes ln(1 + x) for each element in the source array.
- unsafeLogSumExp(kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the log-sum-exp of the elements in the source array.
- unsafeSD(kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the standard deviation of the elements in the source array.
- unsafeSum(kotlin.DoubleArray,java.lang.Integer,java.lang.Integer) - function in org.jetbrains.bio.viktor.VectorApiSpeedups
- Computes the sum of all elements in the source array.