A  C  D  E  F  G  H  I  K  L  M  O  P  Q  R  S  T  U  V  W  _ 

L

log() - function in org.jetbrains.bio.viktor.F64Array
A copying version of logInPlace.
log() - function in org.jetbrains.bio.viktor.F64FlatArray
A copying version of logInPlace.
log1p() - function in org.jetbrains.bio.viktor.F64Array
A copying version of log1pInPlace.
log1p() - function in org.jetbrains.bio.viktor.F64FlatArray
A copying version of log1pInPlace.
log1pInPlace() - function in org.jetbrains.bio.viktor.F64Array
Replaces each element x of this array with log(1 + x).
log1pInPlace() - function in org.jetbrains.bio.viktor.F64Array
Replaces each element x of this array with log(1 + x).
logAddExp(F64Array) - function in org.jetbrains.bio.viktor.F64Array
Computes elementwise
    log(exp(this[*i]) + exp(other[*i]))
in a numerically stable way.
logAddExp(F64Array) - function in org.jetbrains.bio.viktor.F64FlatArray
Computes elementwise
    log(exp(this[*i]) + exp(other[*i]))
in a numerically stable way.
logAddExp(Double,Double) - function in org.jetbrains.bio.viktor
Evaluates log(exp(a) + exp(b)) using the following trick
    log(exp(a) + exp(b)) = a + log(1 + exp(b - a))
assuming a >= b.
logAddExpAssign(F64Array) - function in org.jetbrains.bio.viktor.F64Array
Plus-assign for values stored as logarithms.
logAddExpAssign(F64Array) - function in org.jetbrains.bio.viktor.F64FlatArray
Plus-assign for values stored as logarithms.
logInPlace() - function in org.jetbrains.bio.viktor.F64Array
Replaces each element x of this array with its natural logarithm log(x).
logInPlace() - function in org.jetbrains.bio.viktor.F64Array
Replaces each element x of this array with its natural logarithm log(x).
logRescale() - function in org.jetbrains.bio.viktor.F64Array
Rescales the elements so that the sum of their exponents is 1.0.
logRescale() - function in org.jetbrains.bio.viktor.F64Array
Rescales the elements so that the sum of their exponents is 1.0.
logSumExp() - function in org.jetbrains.bio.viktor.F64Array
Computes
    log(Σ_x exp(x))
in a numerically stable way.
logSumExp() - function in org.jetbrains.bio.viktor.F64FlatArray
Computes
    log(Σ_x exp(x))
in a numerically stable way.
logSumExp(Sequence) - function in org.jetbrains.bio.viktor
 
A  C  D  E  F  G  H  I  K  L  M  O  P  Q  R  S  T  U  V  W  _