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