- java.lang.Object
-
- org.ojalgo.function.FunctionSet<ComplexNumber>
-
- org.ojalgo.function.ComplexFunction
-
public final class ComplexFunction extends FunctionSet<ComplexNumber>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComplexFunction.Binarystatic interfaceComplexFunction.Consumerstatic interfaceComplexFunction.Nullarystatic interfaceComplexFunction.Parameterstatic interfaceComplexFunction.Predicatestatic interfaceComplexFunction.Unary
-
Field Summary
Fields Modifier and Type Field Description private static ComplexFunctionSET
-
Constructor Summary
Constructors Modifier Constructor Description privateComplexFunction()
-
Method Summary
-
-
-
Field Detail
-
SET
private static final ComplexFunction SET
-
-
Method Detail
-
getSet
public static ComplexFunction getSet()
-
nullary
public static ComplexFunction.Nullary nullary(ComplexNumber value)
-
abs
public UnaryFunction<ComplexNumber> abs()
- Specified by:
absin classFunctionSet<ComplexNumber>- See Also:
Math.abs(double)
-
acos
public UnaryFunction<ComplexNumber> acos()
- Specified by:
acosin classFunctionSet<ComplexNumber>- See Also:
Math.acos(double)
-
acosh
public UnaryFunction<ComplexNumber> acosh()
- Specified by:
acoshin classFunctionSet<ComplexNumber>
-
add
public BinaryFunction<ComplexNumber> add()
Description copied from class:FunctionSet+- Specified by:
addin classFunctionSet<ComplexNumber>
-
aggregator
public AggregatorSet<ComplexNumber> aggregator()
- Specified by:
aggregatorin classFunctionSet<ComplexNumber>
-
asin
public UnaryFunction<ComplexNumber> asin()
- Specified by:
asinin classFunctionSet<ComplexNumber>- See Also:
Math.asin(double)
-
asinh
public UnaryFunction<ComplexNumber> asinh()
- Specified by:
asinhin classFunctionSet<ComplexNumber>
-
atan
public UnaryFunction<ComplexNumber> atan()
- Specified by:
atanin classFunctionSet<ComplexNumber>- See Also:
Math.atan(double)
-
atan2
public BinaryFunction<ComplexNumber> atan2()
- Specified by:
atan2in classFunctionSet<ComplexNumber>- See Also:
Math.atan2(double,double)
-
atanh
public UnaryFunction<ComplexNumber> atanh()
- Specified by:
atanhin classFunctionSet<ComplexNumber>
-
cardinality
public UnaryFunction<ComplexNumber> cardinality()
- Specified by:
cardinalityin classFunctionSet<ComplexNumber>
-
cbrt
public UnaryFunction<ComplexNumber> cbrt()
- Specified by:
cbrtin classFunctionSet<ComplexNumber>- See Also:
Math.cbrt(double)
-
ceil
public UnaryFunction<ComplexNumber> ceil()
- Specified by:
ceilin classFunctionSet<ComplexNumber>- See Also:
Math.ceil(double)
-
conjugate
public UnaryFunction<ComplexNumber> conjugate()
- Specified by:
conjugatein classFunctionSet<ComplexNumber>
-
cos
public UnaryFunction<ComplexNumber> cos()
- Specified by:
cosin classFunctionSet<ComplexNumber>- See Also:
Math.cos(double)
-
cosh
public UnaryFunction<ComplexNumber> cosh()
- Specified by:
coshin classFunctionSet<ComplexNumber>- See Also:
Math.cosh(double)
-
divide
public BinaryFunction<ComplexNumber> divide()
Description copied from class:FunctionSet/- Specified by:
dividein classFunctionSet<ComplexNumber>
-
enforce
public ComplexFunction.Unary enforce(NumberContext context)
- Specified by:
enforcein classFunctionSet<ComplexNumber>
-
exp
public UnaryFunction<ComplexNumber> exp()
- Specified by:
expin classFunctionSet<ComplexNumber>- See Also:
Math.exp(double)
-
expm1
public UnaryFunction<ComplexNumber> expm1()
- Specified by:
expm1in classFunctionSet<ComplexNumber>- See Also:
Math.expm1(double)
-
floor
public UnaryFunction<ComplexNumber> floor()
- Specified by:
floorin classFunctionSet<ComplexNumber>- See Also:
Math.floor(double)
-
hypot
public BinaryFunction<ComplexNumber> hypot()
- Specified by:
hypotin classFunctionSet<ComplexNumber>- See Also:
Math.hypot(double, double)
-
invert
public UnaryFunction<ComplexNumber> invert()
- Specified by:
invertin classFunctionSet<ComplexNumber>
-
log
public UnaryFunction<ComplexNumber> log()
- Specified by:
login classFunctionSet<ComplexNumber>- See Also:
Math.log(double)
-
log10
public UnaryFunction<ComplexNumber> log10()
- Specified by:
log10in classFunctionSet<ComplexNumber>- See Also:
Math.log10(double)
-
log1p
public UnaryFunction<ComplexNumber> log1p()
- Specified by:
log1pin classFunctionSet<ComplexNumber>- See Also:
Math.log1p(double)
-
logistic
public UnaryFunction<ComplexNumber> logistic()
Description copied from class:FunctionSetStandard logistic sigmoid function- Specified by:
logisticin classFunctionSet<ComplexNumber>
-
logit
public UnaryFunction<ComplexNumber> logit()
- Specified by:
logitin classFunctionSet<ComplexNumber>
-
max
public BinaryFunction<ComplexNumber> max()
- Specified by:
maxin classFunctionSet<ComplexNumber>- See Also:
Math.max(double, double)
-
min
public BinaryFunction<ComplexNumber> min()
- Specified by:
minin classFunctionSet<ComplexNumber>- See Also:
Math.min(double, double)
-
multiply
public BinaryFunction<ComplexNumber> multiply()
Description copied from class:FunctionSet*- Specified by:
multiplyin classFunctionSet<ComplexNumber>
-
negate
public UnaryFunction<ComplexNumber> negate()
- Specified by:
negatein classFunctionSet<ComplexNumber>
-
pow
public BinaryFunction<ComplexNumber> pow()
- Specified by:
powin classFunctionSet<ComplexNumber>- See Also:
Math.pow(double, double)
-
power
public ParameterFunction<ComplexNumber> power()
- Specified by:
powerin classFunctionSet<ComplexNumber>
-
rint
public UnaryFunction<ComplexNumber> rint()
- Specified by:
rintin classFunctionSet<ComplexNumber>- See Also:
Math.rint(double)
-
root
public ParameterFunction<ComplexNumber> root()
- Specified by:
rootin classFunctionSet<ComplexNumber>
-
scale
public ParameterFunction<ComplexNumber> scale()
- Specified by:
scalein classFunctionSet<ComplexNumber>
-
signum
public UnaryFunction<ComplexNumber> signum()
- Specified by:
signumin classFunctionSet<ComplexNumber>- See Also:
Math.signum(double)
-
sin
public UnaryFunction<ComplexNumber> sin()
- Specified by:
sinin classFunctionSet<ComplexNumber>- See Also:
Math.sin(double)
-
sinh
public UnaryFunction<ComplexNumber> sinh()
- Specified by:
sinhin classFunctionSet<ComplexNumber>- See Also:
Math.sinh(double)
-
sqrt
public UnaryFunction<ComplexNumber> sqrt()
- Specified by:
sqrtin classFunctionSet<ComplexNumber>- See Also:
Math.sqrt(double)
-
sqrt1px2
public UnaryFunction<ComplexNumber> sqrt1px2()
- Specified by:
sqrt1px2in classFunctionSet<ComplexNumber>- Returns:
- sqrt(1.0 + x2)
-
subtract
public BinaryFunction<ComplexNumber> subtract()
Description copied from class:FunctionSet-- Specified by:
subtractin classFunctionSet<ComplexNumber>
-
tan
public UnaryFunction<ComplexNumber> tan()
- Specified by:
tanin classFunctionSet<ComplexNumber>- See Also:
Math.tan(double)
-
tanh
public UnaryFunction<ComplexNumber> tanh()
- Specified by:
tanhin classFunctionSet<ComplexNumber>- See Also:
Math.tanh(double)
-
value
public UnaryFunction<ComplexNumber> value()
- Specified by:
valuein classFunctionSet<ComplexNumber>
-
-