Class ComplexAggregator.ComplexAggregatorFunction
java.lang.Object
org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- All Implemented Interfaces:
Consumer<ComplexNumber>, DoubleConsumer, AggregatorFunction<ComplexNumber>, BasicFunction, VoidFunction<ComplexNumber>, AccessScalar<ComplexNumber>, NumberDefinition
- Enclosing class:
ComplexAggregator
abstract static class ComplexAggregator.ComplexAggregatorFunction
extends Object
implements AggregatorFunction<ComplexNumber>
-
Nested Class Summary
Nested classes/interfaces inherited from interface AggregatorFunction
AggregatorFunction.PredicateWrapper<N>Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doublefinal voidinvoke(double anArg) final voidinvoke(float anArg) final Scalar<ComplexNumber> toScalar()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AccessScalar
getMethods inherited from interface AggregatorFunction
filter, resetMethods inherited from interface DoubleConsumer
andThenMethods inherited from interface NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
ComplexAggregatorFunction
ComplexAggregatorFunction()
-
-
Method Details
-
doubleValue
public final double doubleValue()- Specified by:
doubleValuein interfaceNumberDefinition
-
invoke
public final void invoke(double anArg) - Specified by:
invokein interfaceVoidFunction<ComplexNumber>
-
invoke
public final void invoke(float anArg) - Specified by:
invokein interfaceVoidFunction<ComplexNumber>
-
toScalar
- Specified by:
toScalarin interfaceAggregatorFunction<ComplexNumber>
-