static CompoundFunction<BigDecimal> |
CompoundFunction.makeBig(Access2D<? extends Number> quadraticFactors,
Access1D<? extends Number> linearFactors) |
static CompoundFunction<BigDecimal> |
CompoundFunction.makeBig(int arity) |
static CompoundFunction<ComplexNumber> |
CompoundFunction.makeComplex(Access2D<? extends Number> quadraticFactors,
Access1D<? extends Number> linearFactors) |
static CompoundFunction<ComplexNumber> |
CompoundFunction.makeComplex(int arity) |
static CompoundFunction<Double> |
CompoundFunction.makePrimitive(Access2D<? extends Number> quadraticFactors,
Access1D<? extends Number> linearFactors) |
static CompoundFunction<Double> |
CompoundFunction.makePrimitive(int arity) |