Package | Description |
---|---|
org.ojalgo.function.multiary |
Modifier and Type | Method and Description |
---|---|
static ConstantFunction<BigDecimal> |
ConstantFunction.makeBig(int arity) |
static ConstantFunction<BigDecimal> |
ConstantFunction.makeBig(int arity,
Number constant) |
static ConstantFunction<ComplexNumber> |
ConstantFunction.makeComplex(int arity) |
static ConstantFunction<ComplexNumber> |
ConstantFunction.makeComplex(int arity,
Number constant) |
static ConstantFunction<Double> |
ConstantFunction.makePrimitive(int arity) |
static ConstantFunction<Double> |
ConstantFunction.makePrimitive(int arity,
Number constant) |
Copyright © 2018 Optimatika. All rights reserved.