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 class
ArtificialNeuralNetwork.Error
Fields in org.ojalgo.ann declared as PrimitiveFunction.Binary Modifier and Type Field Description private PrimitiveFunction.Binary
ArtificialNeuralNetwork.Error. myDerivative
private PrimitiveFunction.Binary
ArtificialNeuralNetwork.Error. myFunction
Methods in org.ojalgo.ann that return PrimitiveFunction.Binary Modifier and Type Method Description (package private) PrimitiveFunction.Binary
ArtificialNeuralNetwork.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.Binary
PrimitiveMath. ADD
static PrimitiveFunction.Binary
PrimitiveMath. ATAN2
static PrimitiveFunction.Binary
PrimitiveMath. DIVIDE
static PrimitiveFunction.Binary
PrimitiveMath. HYPOT
static PrimitiveFunction.Binary
PrimitiveMath. MAX
static PrimitiveFunction.Binary
PrimitiveMath. MIN
static PrimitiveFunction.Binary
PrimitiveMath. MULTIPLY
static PrimitiveFunction.Binary
PrimitiveMath. POW
static PrimitiveFunction.Binary
PrimitiveMath. SUBTRACT
-