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