Uses of Interface
org.ojalgo.function.PrimitiveFunction.Unary
Packages that use PrimitiveFunction.Unary
Package
Description
-
Uses of PrimitiveFunction.Unary in org.ojalgo.ann
Classes in org.ojalgo.ann that implement PrimitiveFunction.UnaryFields in org.ojalgo.ann declared as PrimitiveFunction.UnaryModifier and TypeFieldDescriptionprivate final PrimitiveFunction.Unary
ArtificialNeuralNetwork.Activator.myDerivativeInTermsOfOutput
Methods in org.ojalgo.ann that return PrimitiveFunction.UnaryModifier and TypeMethodDescription(package private) PrimitiveFunction.Unary
ArtificialNeuralNetwork.Activator.getDerivativeInTermsOfOutput()
Constructors in org.ojalgo.ann with parameters of type PrimitiveFunction.UnaryModifierConstructorDescriptionprivate
Activator
(Consumer<PhysicalStore<Double>> function, PrimitiveFunction.Unary derivativeInTermsOfOutput, boolean singleFolded) -
Uses of PrimitiveFunction.Unary in org.ojalgo.function
Methods in org.ojalgo.function that return PrimitiveFunction.Unary -
Uses of PrimitiveFunction.Unary in org.ojalgo.function.constant
Fields in org.ojalgo.function.constant declared as PrimitiveFunction.UnaryModifier and TypeFieldDescriptionstatic final PrimitiveFunction.Unary
PrimitiveMath.ABS
static final PrimitiveFunction.Unary
PrimitiveMath.ACOS
static final PrimitiveFunction.Unary
PrimitiveMath.ACOSH
static final PrimitiveFunction.Unary
PrimitiveMath.ASIN
static final PrimitiveFunction.Unary
PrimitiveMath.ASINH
static final PrimitiveFunction.Unary
PrimitiveMath.ATAN
static final PrimitiveFunction.Unary
PrimitiveMath.ATANH
static final PrimitiveFunction.Unary
PrimitiveMath.CARDINALITY
static final PrimitiveFunction.Unary
PrimitiveMath.CBRT
static final PrimitiveFunction.Unary
PrimitiveMath.CEIL
static final PrimitiveFunction.Unary
PrimitiveMath.CONJUGATE
static final PrimitiveFunction.Unary
PrimitiveMath.COS
static final PrimitiveFunction.Unary
PrimitiveMath.COSH
static final PrimitiveFunction.Unary
PrimitiveMath.EXP
static final PrimitiveFunction.Unary
PrimitiveMath.EXPM1
static final PrimitiveFunction.Unary
PrimitiveMath.FLOOR
static final PrimitiveFunction.Unary
PrimitiveMath.INVERT
static final PrimitiveFunction.Unary
PrimitiveMath.LOG
static final PrimitiveFunction.Unary
PrimitiveMath.LOG10
static final PrimitiveFunction.Unary
PrimitiveMath.LOG1P
static final PrimitiveFunction.Unary
PrimitiveMath.LOGISTIC
static final PrimitiveFunction.Unary
PrimitiveMath.LOGIT
static final PrimitiveFunction.Unary
PrimitiveMath.NEGATE
static final PrimitiveFunction.Unary
PrimitiveMath.RINT
static final PrimitiveFunction.Unary
PrimitiveMath.SIGNUM
static final PrimitiveFunction.Unary
PrimitiveMath.SIN
static final PrimitiveFunction.Unary
PrimitiveMath.SINH
static final PrimitiveFunction.Unary
PrimitiveMath.SQRT
static final PrimitiveFunction.Unary
PrimitiveMath.SQRT1PX2
static final PrimitiveFunction.Unary
PrimitiveMath.TAN
static final PrimitiveFunction.Unary
PrimitiveMath.TANH
static final PrimitiveFunction.Unary
PrimitiveMath.VALUE
-
Uses of PrimitiveFunction.Unary in org.ojalgo.function.series
Classes in org.ojalgo.function.series that implement PrimitiveFunction.UnaryModifier and TypeClassDescriptionclass
This is the real coefficient trigonometric form of the Fourier series.final class
A periodic function is a function that repeats its values in regular intervals or periods.