Class MatrixPipeline.RowsReducer<N extends Comparable<N>>
java.lang.Object
org.ojalgo.matrix.store.MatrixPipeline<N>
org.ojalgo.matrix.store.MatrixPipeline.RowsReducer<N>
- All Implemented Interfaces:
ElementsSupplier<N>, Access2D.Collectable<N, TransformableRegion<N>>, Operate2D<N, ElementsSupplier<N>>, Structure1D, Structure2D
- Enclosing class:
MatrixPipeline<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class MatrixPipeline
MatrixPipeline.BinaryOperatorLeft<N>, MatrixPipeline.BinaryOperatorRight<N>, MatrixPipeline.ColumnsModifier<N>, MatrixPipeline.ColumnsReducer<N>, MatrixPipeline.Multiplication<N>, MatrixPipeline.RowsModifier<N>, MatrixPipeline.RowsReducer<N>, MatrixPipeline.Transformer<N>, MatrixPipeline.Transpose<N>, MatrixPipeline.UnaryOperator<N>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallbackNested classes/interfaces inherited from interface Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MatrixPipeline
countColumns, countRows, getColDim, getContext, getRowDim, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Access2D.Collectable
collectMethods inherited from interface ElementsSupplier
onAll, onAny, onColumns, onColumns, onMatching, onMatching, onRows, onRows, transposeMethods inherited from interface Operate2D
onAll, onAll, onAll, onAll, onAll, onCompatible, onCompatibleMethods inherited from interface Structure2D
count, firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Field Details
-
myAggregator
-
myBase
-
-
Constructor Details
-
RowsReducer
RowsReducer(MatrixStore<N> base, Aggregator aggregator)
-
-
Method Details
-
supplyTo
-