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