Uses of Class
org.ojalgo.function.aggregator.AggregatorSet
-
Packages that use AggregatorSet Package Description org.ojalgo.array org.ojalgo.function org.ojalgo.function.aggregator org.ojalgo.matrix.decomposition org.ojalgo.matrix.store -
-
Uses of AggregatorSet in org.ojalgo.array
Methods in org.ojalgo.array that return AggregatorSet Modifier and Type Method Description (package private) abstract AggregatorSet<N>
ArrayFactory. aggregator()
AggregatorSet<N>
BasicArray.Factory. aggregator()
(package private) AggregatorSet<java.lang.Double>
BufferArray.Factory. aggregator()
(package private) AggregatorSet<java.lang.Double>
BufferArray.MappedFileFactory. aggregator()
AggregatorSet<java.lang.Double>
OffHeapArray.Factory. aggregator()
-
Uses of AggregatorSet in org.ojalgo.function
Methods in org.ojalgo.function that return AggregatorSet Modifier and Type Method Description AggregatorSet<java.math.BigDecimal>
BigFunction. aggregator()
AggregatorSet<ComplexNumber>
ComplexFunction. aggregator()
abstract AggregatorSet<N>
FunctionSet. aggregator()
AggregatorSet<java.lang.Double>
PrimitiveFunction. aggregator()
AggregatorSet<Quadruple>
QuadrupleFunction. aggregator()
AggregatorSet<Quaternion>
QuaternionFunction. aggregator()
AggregatorSet<RationalNumber>
RationalFunction. aggregator()
-
Uses of AggregatorSet in org.ojalgo.function.aggregator
Subclasses of AggregatorSet in org.ojalgo.function.aggregator Modifier and Type Class Description class
BigAggregator
class
ComplexAggregator
class
PrimitiveAggregator
class
QuadrupleAggregator
class
QuaternionAggregator
class
RationalAggregator
Methods in org.ojalgo.function.aggregator with parameters of type AggregatorSet Modifier and Type Method Description <N extends java.lang.Comparable<N>>
AggregatorFunction<N>Aggregator. getFunction(AggregatorSet<N> collection)
-
Uses of AggregatorSet in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return AggregatorSet Modifier and Type Method Description protected AggregatorSet<N>
GenericDecomposition. aggregator()
-
Uses of AggregatorSet in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return AggregatorSet Modifier and Type Method Description AggregatorSet<N>
GenericStore.Factory. aggregator()
AggregatorSet<N>
PhysicalStore.Factory. aggregator()
AggregatorSet<java.lang.Double>
PrimitiveFactory. aggregator()
-