Package | Description |
---|---|
org.ojalgo.function.multiary |
Modifier and Type | Interface and Description |
---|---|
static interface |
MultiaryFunction.Constant<N extends Number,F extends MultiaryFunction.Constant<N,?>> |
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 |
LinearFunction<N extends Number>
[l]T[x] + c
|
class |
QuadraticFunction<N extends Number>
[x]T[Q][x] + c
|
Copyright © 2019 Optimatika. All rights reserved.