Uses of Interface
org.ojalgo.function.PrimitiveFunction.Binary
-
Packages that use PrimitiveFunction.Binary Package Description org.ojalgo.ann org.ojalgo.function.constant -
-
Uses of PrimitiveFunction.Binary in org.ojalgo.ann
Classes in org.ojalgo.ann that implement PrimitiveFunction.Binary Modifier and Type Class Description static classArtificialNeuralNetwork.ErrorFields in org.ojalgo.ann declared as PrimitiveFunction.Binary Modifier and Type Field Description private PrimitiveFunction.BinaryArtificialNeuralNetwork.Error. myDerivativeprivate PrimitiveFunction.BinaryArtificialNeuralNetwork.Error. myFunctionMethods in org.ojalgo.ann that return PrimitiveFunction.Binary Modifier and Type Method Description (package private) PrimitiveFunction.BinaryArtificialNeuralNetwork.Error. getDerivative()Constructors in org.ojalgo.ann with parameters of type PrimitiveFunction.Binary Constructor Description Error(PrimitiveFunction.Binary function, PrimitiveFunction.Binary derivative) -
Uses of PrimitiveFunction.Binary in org.ojalgo.function.constant
Fields in org.ojalgo.function.constant declared as PrimitiveFunction.Binary Modifier and Type Field Description static PrimitiveFunction.BinaryPrimitiveMath. ADDstatic PrimitiveFunction.BinaryPrimitiveMath. ATAN2static PrimitiveFunction.BinaryPrimitiveMath. DIVIDEstatic PrimitiveFunction.BinaryPrimitiveMath. HYPOTstatic PrimitiveFunction.BinaryPrimitiveMath. MAXstatic PrimitiveFunction.BinaryPrimitiveMath. MINstatic PrimitiveFunction.BinaryPrimitiveMath. MULTIPLYstatic PrimitiveFunction.BinaryPrimitiveMath. POWstatic PrimitiveFunction.BinaryPrimitiveMath. SUBTRACT
-