Uses of Interface
org.ojalgo.function.BasicFunction
-
-
Uses of BasicFunction in org.ojalgo.ann
Classes in org.ojalgo.ann that implement BasicFunction Modifier and Type Class Description static class
ArtificialNeuralNetwork.Error
class
NetworkInvoker
(package private) class
NodeDropper
-
Uses of BasicFunction in org.ojalgo.function
Classes in org.ojalgo.function with type parameters of type BasicFunction Modifier and Type Interface Description static interface
BasicFunction.Differentiable<N extends java.lang.Comparable<N>,F extends BasicFunction>
static interface
BasicFunction.Integratable<N extends java.lang.Comparable<N>,F extends BasicFunction>
Subinterfaces of BasicFunction in org.ojalgo.function Modifier and Type Interface Description static interface
BasicFunction.Differentiable<N extends java.lang.Comparable<N>,F extends BasicFunction>
static interface
BasicFunction.Integratable<N extends java.lang.Comparable<N>,F extends BasicFunction>
static interface
BasicFunction.PlainUnary<T,R>
For when you want to emphasise that something is a (mathematical) function.static interface
BigFunction.Binary
static interface
BigFunction.Consumer
static interface
BigFunction.Nullary
static interface
BigFunction.Parameter
static interface
BigFunction.Predicate
static interface
BigFunction.Unary
interface
BinaryFunction<N extends java.lang.Comparable<N>>
static interface
ComplexFunction.Binary
static interface
ComplexFunction.Consumer
static interface
ComplexFunction.Nullary
static interface
ComplexFunction.Parameter
static interface
ComplexFunction.Predicate
static interface
ComplexFunction.Unary
interface
NullaryFunction<N extends java.lang.Comparable<N>>
interface
ParameterFunction<N extends java.lang.Comparable<N>>
interface
PredicateFunction<N extends java.lang.Comparable<N>>
static interface
PrimitiveFunction.Binary
static interface
PrimitiveFunction.Consumer
static interface
PrimitiveFunction.Nullary
static interface
PrimitiveFunction.Parameter
static interface
PrimitiveFunction.Predicate
static interface
PrimitiveFunction.Unary
static interface
QuadrupleFunction.Binary
static interface
QuadrupleFunction.Consumer
static interface
QuadrupleFunction.Nullary
static interface
QuadrupleFunction.Parameter
static interface
QuadrupleFunction.Predicate
static interface
QuadrupleFunction.Unary
static interface
QuaternionFunction.Binary
static interface
QuaternionFunction.Consumer
static interface
QuaternionFunction.Nullary
static interface
QuaternionFunction.Parameter
static interface
QuaternionFunction.Predicate
static interface
QuaternionFunction.Unary
static interface
RationalFunction.Binary
static interface
RationalFunction.Consumer
static interface
RationalFunction.Nullary
static interface
RationalFunction.Parameter
static interface
RationalFunction.Predicate
static interface
RationalFunction.Unary
interface
UnaryFunction<N extends java.lang.Comparable<N>>
interface
VoidFunction<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.function that implement BasicFunction Modifier and Type Class Description static class
BinaryFunction.FixedFirst<N extends java.lang.Comparable<N>>
A BinaryFunction with a set/fixed first argument.static class
BinaryFunction.FixedSecond<N extends java.lang.Comparable<N>>
A BinaryFunction with a set/fixed second argument.static class
ParameterFunction.FixedParameter<N extends java.lang.Comparable<N>>
A ParameterFunction with a set/fixed parameter. -
Uses of BasicFunction in org.ojalgo.function.aggregator
Subinterfaces of BasicFunction in org.ojalgo.function.aggregator Modifier and Type Interface Description interface
AggregatorFunction<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.function.aggregator that implement BasicFunction Modifier and Type Class Description static class
AggregatorFunction.PredicateWrapper<N extends java.lang.Comparable<N>>
(package private) static class
BigAggregator.BigAggregatorFunction
(package private) static class
ComplexAggregator.ComplexAggregatorFunction
(package private) static class
PrimitiveAggregator.PrimitiveAggregatorFunction
(package private) static class
QuadrupleAggregator.QuadrupleAggregatorFunction
(package private) static class
QuaternionAggregator.QuaternionAggregatorFunction
(package private) static class
RationalAggregator.RationalAggregatorFunction
-
Uses of BasicFunction in org.ojalgo.function.multiary
Subinterfaces of BasicFunction in org.ojalgo.function.multiary Modifier and Type Interface Description interface
MultiaryFunction<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.Affine<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.Constant<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.Convex<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.Linear<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.PureQuadratic<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.Quadratic<N extends java.lang.Comparable<N>>
static interface
MultiaryFunction.TwiceDifferentiable<N extends java.lang.Comparable<N>>
Twice (Continuously) Differentiable Multiary FunctionClasses in org.ojalgo.function.multiary that implement BasicFunction Modifier and Type Class Description class
AffineFunction<N extends java.lang.Comparable<N>>
[l]T[x] + c(package private) class
ApproximateFunction<N extends java.lang.Comparable<N>>
class
ConstantFunction<N extends java.lang.Comparable<N>>
Constant valued function - always returns the same value.class
FirstOrderApproximation<N extends java.lang.Comparable<N>>
class
LinearFunction<N extends java.lang.Comparable<N>>
[l]T[x]class
PureQuadraticFunction<N extends java.lang.Comparable<N>>
[x]T[Q][x] + cclass
QuadraticFunction<N extends java.lang.Comparable<N>>
[x]T[Q][x] + [l]T[x] + cclass
SecondOrderApproximation<N extends java.lang.Comparable<N>>
-
Uses of BasicFunction in org.ojalgo.function.polynomial
Subinterfaces of BasicFunction in org.ojalgo.function.polynomial Modifier and Type Interface Description interface
PolynomialFunction<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.function.polynomial that implement BasicFunction Modifier and Type Class Description (package private) class
AbstractPolynomial<N extends java.lang.Comparable<N>,P extends AbstractPolynomial<N,P>>
class
PolynomialC128
class
PolynomialQ128
class
PolynomialR032
class
PolynomialR064
class
PolynomialR128
class
PolynomialR256
BigPolynomial(package private) class
ScalarPolynomial<N extends Scalar<N>,P extends ScalarPolynomial<N,P>>
-
Uses of BasicFunction in org.ojalgo.function.series
Classes in org.ojalgo.function.series that implement BasicFunction Modifier and Type Class Description class
FourierSeries
This is the real coefficient trigonometric form of the Fourier series.class
PeriodicFunction
A periodic function is a function that repeats its values in regular intervals or periods. -
Uses of BasicFunction in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement BasicFunction Modifier and Type Class Description class
ConvexObjectiveFunction<N extends java.lang.Comparable<N>>
1/2 [x]T[Q][x] - [l]T[x] -
Uses of BasicFunction in org.ojalgo.random
Classes in org.ojalgo.random that implement BasicFunction Modifier and Type Class Description (package private) class
AbstractContinuous
(package private) class
AbstractDiscrete
class
Binomial
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.class
Cauchy
https://en.wikipedia.org/wiki/Cauchy_distributionclass
ChiSquareDistribution
(package private) static class
ChiSquareDistribution.Degree2
(package private) static class
ChiSquareDistribution.NormalApproximation
class
Deterministic
class
Erlang
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Exponential
Distribution of length of life when no aging.class
Gamma
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Geometric
The number of required trials until an event with probability aProbability occurs has a geometric distribution.class
LogNormal
A continuous distribution in which the logarithm of a variable has a normal distribution.class
Normal
Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).class
Poisson
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event.class
RandomNumber
RandomNumberclass
TDistribution
(package private) static class
TDistribution.Degree1
(package private) static class
TDistribution.Degree2
(package private) static class
TDistribution.Degree3
(package private) static class
TDistribution.Degree4
(package private) static class
TDistribution.Degree5
(package private) static class
TDistribution.DegreeInfinity
class
Uniform
Certain waiting times.class
Weibull
Useful as length of life distribution in reliability theory.
-