Package org.ojalgo.function
Class ComplexFunction
- 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 interface
ComplexFunction.Binary
static interface
ComplexFunction.Consumer
static interface
ComplexFunction.Nullary
static interface
ComplexFunction.Parameter
static interface
ComplexFunction.Predicate
static interface
ComplexFunction.Unary
-
Field Summary
Fields Modifier and Type Field Description private static ComplexFunction
SET
-
Constructor Summary
Constructors Modifier Constructor Description private
ComplexFunction()
-
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:
abs
in classFunctionSet<ComplexNumber>
- See Also:
Math.abs(double)
-
acos
public UnaryFunction<ComplexNumber> acos()
- Specified by:
acos
in classFunctionSet<ComplexNumber>
- See Also:
Math.acos(double)
-
acosh
public UnaryFunction<ComplexNumber> acosh()
- Specified by:
acosh
in classFunctionSet<ComplexNumber>
-
add
public BinaryFunction<ComplexNumber> add()
Description copied from class:FunctionSet
+- Specified by:
add
in classFunctionSet<ComplexNumber>
-
aggregator
public AggregatorSet<ComplexNumber> aggregator()
- Specified by:
aggregator
in classFunctionSet<ComplexNumber>
-
asin
public UnaryFunction<ComplexNumber> asin()
- Specified by:
asin
in classFunctionSet<ComplexNumber>
- See Also:
Math.asin(double)
-
asinh
public UnaryFunction<ComplexNumber> asinh()
- Specified by:
asinh
in classFunctionSet<ComplexNumber>
-
atan
public UnaryFunction<ComplexNumber> atan()
- Specified by:
atan
in classFunctionSet<ComplexNumber>
- See Also:
Math.atan(double)
-
atan2
public BinaryFunction<ComplexNumber> atan2()
- Specified by:
atan2
in classFunctionSet<ComplexNumber>
- See Also:
Math.atan2(double,double)
-
atanh
public UnaryFunction<ComplexNumber> atanh()
- Specified by:
atanh
in classFunctionSet<ComplexNumber>
-
cardinality
public UnaryFunction<ComplexNumber> cardinality()
- Specified by:
cardinality
in classFunctionSet<ComplexNumber>
-
cbrt
public UnaryFunction<ComplexNumber> cbrt()
- Specified by:
cbrt
in classFunctionSet<ComplexNumber>
- See Also:
Math.cbrt(double)
-
ceil
public UnaryFunction<ComplexNumber> ceil()
- Specified by:
ceil
in classFunctionSet<ComplexNumber>
- See Also:
Math.ceil(double)
-
conjugate
public UnaryFunction<ComplexNumber> conjugate()
- Specified by:
conjugate
in classFunctionSet<ComplexNumber>
-
cos
public UnaryFunction<ComplexNumber> cos()
- Specified by:
cos
in classFunctionSet<ComplexNumber>
- See Also:
Math.cos(double)
-
cosh
public UnaryFunction<ComplexNumber> cosh()
- Specified by:
cosh
in classFunctionSet<ComplexNumber>
- See Also:
Math.cosh(double)
-
divide
public BinaryFunction<ComplexNumber> divide()
Description copied from class:FunctionSet
/- Specified by:
divide
in classFunctionSet<ComplexNumber>
-
enforce
public ComplexFunction.Unary enforce(NumberContext context)
- Specified by:
enforce
in classFunctionSet<ComplexNumber>
-
exp
public UnaryFunction<ComplexNumber> exp()
- Specified by:
exp
in classFunctionSet<ComplexNumber>
- See Also:
Math.exp(double)
-
expm1
public UnaryFunction<ComplexNumber> expm1()
- Specified by:
expm1
in classFunctionSet<ComplexNumber>
- See Also:
Math.expm1(double)
-
floor
public UnaryFunction<ComplexNumber> floor()
- Specified by:
floor
in classFunctionSet<ComplexNumber>
- See Also:
Math.floor(double)
-
hypot
public BinaryFunction<ComplexNumber> hypot()
- Specified by:
hypot
in classFunctionSet<ComplexNumber>
- See Also:
Math.hypot(double, double)
-
invert
public UnaryFunction<ComplexNumber> invert()
- Specified by:
invert
in classFunctionSet<ComplexNumber>
-
log
public UnaryFunction<ComplexNumber> log()
- Specified by:
log
in classFunctionSet<ComplexNumber>
- See Also:
Math.log(double)
-
log10
public UnaryFunction<ComplexNumber> log10()
- Specified by:
log10
in classFunctionSet<ComplexNumber>
- See Also:
Math.log10(double)
-
log1p
public UnaryFunction<ComplexNumber> log1p()
- Specified by:
log1p
in classFunctionSet<ComplexNumber>
- See Also:
Math.log1p(double)
-
logistic
public UnaryFunction<ComplexNumber> logistic()
Description copied from class:FunctionSet
Standard logistic sigmoid function- Specified by:
logistic
in classFunctionSet<ComplexNumber>
-
logit
public UnaryFunction<ComplexNumber> logit()
- Specified by:
logit
in classFunctionSet<ComplexNumber>
-
max
public BinaryFunction<ComplexNumber> max()
- Specified by:
max
in classFunctionSet<ComplexNumber>
- See Also:
Math.max(double, double)
-
min
public BinaryFunction<ComplexNumber> min()
- Specified by:
min
in classFunctionSet<ComplexNumber>
- See Also:
Math.min(double, double)
-
multiply
public BinaryFunction<ComplexNumber> multiply()
Description copied from class:FunctionSet
*- Specified by:
multiply
in classFunctionSet<ComplexNumber>
-
negate
public UnaryFunction<ComplexNumber> negate()
- Specified by:
negate
in classFunctionSet<ComplexNumber>
-
pow
public BinaryFunction<ComplexNumber> pow()
- Specified by:
pow
in classFunctionSet<ComplexNumber>
- See Also:
Math.pow(double, double)
-
power
public ParameterFunction<ComplexNumber> power()
- Specified by:
power
in classFunctionSet<ComplexNumber>
-
rint
public UnaryFunction<ComplexNumber> rint()
- Specified by:
rint
in classFunctionSet<ComplexNumber>
- See Also:
Math.rint(double)
-
root
public ParameterFunction<ComplexNumber> root()
- Specified by:
root
in classFunctionSet<ComplexNumber>
-
scale
public ParameterFunction<ComplexNumber> scale()
- Specified by:
scale
in classFunctionSet<ComplexNumber>
-
signum
public UnaryFunction<ComplexNumber> signum()
- Specified by:
signum
in classFunctionSet<ComplexNumber>
- See Also:
Math.signum(double)
-
sin
public UnaryFunction<ComplexNumber> sin()
- Specified by:
sin
in classFunctionSet<ComplexNumber>
- See Also:
Math.sin(double)
-
sinh
public UnaryFunction<ComplexNumber> sinh()
- Specified by:
sinh
in classFunctionSet<ComplexNumber>
- See Also:
Math.sinh(double)
-
sqrt
public UnaryFunction<ComplexNumber> sqrt()
- Specified by:
sqrt
in classFunctionSet<ComplexNumber>
- See Also:
Math.sqrt(double)
-
sqrt1px2
public UnaryFunction<ComplexNumber> sqrt1px2()
- Specified by:
sqrt1px2
in classFunctionSet<ComplexNumber>
- Returns:
- sqrt(1.0 + x2)
-
subtract
public BinaryFunction<ComplexNumber> subtract()
Description copied from class:FunctionSet
-- Specified by:
subtract
in classFunctionSet<ComplexNumber>
-
tan
public UnaryFunction<ComplexNumber> tan()
- Specified by:
tan
in classFunctionSet<ComplexNumber>
- See Also:
Math.tan(double)
-
tanh
public UnaryFunction<ComplexNumber> tanh()
- Specified by:
tanh
in classFunctionSet<ComplexNumber>
- See Also:
Math.tanh(double)
-
value
public UnaryFunction<ComplexNumber> value()
- Specified by:
value
in classFunctionSet<ComplexNumber>
-
-