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.UnaryArtificialNeuralNetwork.Activator.myDerivativeInTermsOfOutputMethods in org.ojalgo.ann that return PrimitiveFunction.UnaryModifier and TypeMethodDescription(package private) PrimitiveFunction.UnaryArtificialNeuralNetwork.Activator.getDerivativeInTermsOfOutput()Constructors in org.ojalgo.ann with parameters of type PrimitiveFunction.UnaryModifierConstructorDescriptionprivateActivator(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.UnaryPrimitiveMath.ABSstatic final PrimitiveFunction.UnaryPrimitiveMath.ACOSstatic final PrimitiveFunction.UnaryPrimitiveMath.ACOSHstatic final PrimitiveFunction.UnaryPrimitiveMath.ASINstatic final PrimitiveFunction.UnaryPrimitiveMath.ASINHstatic final PrimitiveFunction.UnaryPrimitiveMath.ATANstatic final PrimitiveFunction.UnaryPrimitiveMath.ATANHstatic final PrimitiveFunction.UnaryPrimitiveMath.CARDINALITYstatic final PrimitiveFunction.UnaryPrimitiveMath.CBRTstatic final PrimitiveFunction.UnaryPrimitiveMath.CEILstatic final PrimitiveFunction.UnaryPrimitiveMath.CONJUGATEstatic final PrimitiveFunction.UnaryPrimitiveMath.COSstatic final PrimitiveFunction.UnaryPrimitiveMath.COSHstatic final PrimitiveFunction.UnaryPrimitiveMath.EXPstatic final PrimitiveFunction.UnaryPrimitiveMath.EXPM1static final PrimitiveFunction.UnaryPrimitiveMath.FLOORstatic final PrimitiveFunction.UnaryPrimitiveMath.INVERTstatic final PrimitiveFunction.UnaryPrimitiveMath.LOGstatic final PrimitiveFunction.UnaryPrimitiveMath.LOG10static final PrimitiveFunction.UnaryPrimitiveMath.LOG1Pstatic final PrimitiveFunction.UnaryPrimitiveMath.LOGISTICstatic final PrimitiveFunction.UnaryPrimitiveMath.LOGITstatic final PrimitiveFunction.UnaryPrimitiveMath.NEGATEstatic final PrimitiveFunction.UnaryPrimitiveMath.RINTstatic final PrimitiveFunction.UnaryPrimitiveMath.SIGNUMstatic final PrimitiveFunction.UnaryPrimitiveMath.SINstatic final PrimitiveFunction.UnaryPrimitiveMath.SINHstatic final PrimitiveFunction.UnaryPrimitiveMath.SQRTstatic final PrimitiveFunction.UnaryPrimitiveMath.SQRT1PX2static final PrimitiveFunction.UnaryPrimitiveMath.TANstatic final PrimitiveFunction.UnaryPrimitiveMath.TANHstatic final PrimitiveFunction.UnaryPrimitiveMath.VALUE -
Uses of PrimitiveFunction.Unary in org.ojalgo.function.series
Classes in org.ojalgo.function.series that implement PrimitiveFunction.UnaryModifier and TypeClassDescriptionclassThis is the real coefficient trigonometric form of the Fourier series.final classA periodic function is a function that repeats its values in regular intervals or periods.