Package | Description |
---|---|
org.ojalgo.function.multiary | |
org.ojalgo.optimisation |
Modifier and Type | Class and Description |
---|---|
class |
CompoundFunction<N extends Number>
[x]T[Q][x] + [l]T[x] + c
|
class |
ConstantFunction<N extends Number>
Constant valued function - always returns the same value.
|
class |
FirstOrderApproximation<N extends Number> |
class |
LinearFunction<N extends Number>
[l]T[x] + c
|
class |
QuadraticFunction<N extends Number>
[x]T[Q][x] + c
|
class |
SecondOrderApproximation<N extends Number> |
Constructor and Description |
---|
FirstOrderApproximation(MultiaryFunction.TwiceDifferentiable<N> function,
Access1D<N> point) |
SecondOrderApproximation(MultiaryFunction.TwiceDifferentiable<N> function,
Access1D<N> point) |
Modifier and Type | Method and Description |
---|---|
MultiaryFunction.TwiceDifferentiable<Double> |
Expression.toFunction() |
Copyright © 2019 Optimatika. All rights reserved.