Class MatrixQ128.DenseReceiver
java.lang.Object
org.ojalgo.matrix.DenseMutator2D<RationalNumber, MatrixQ128>
org.ojalgo.matrix.MatrixQ128.DenseReceiver
- All Implemented Interfaces:
Consumer<Access2D<?>>, Supplier<MatrixQ128>, Access1D<RationalNumber>, Access2D<RationalNumber>, Access2D.Collectable<RationalNumber, TransformableRegion<RationalNumber>>, Factory2D.Builder<MatrixQ128>, Mutate1D, Mutate1D.Fillable<RationalNumber>, Mutate1D.Modifiable<RationalNumber>, Mutate2D, Mutate2D.Exchangeable, Mutate2D.Fillable<RationalNumber>, Mutate2D.Modifiable<RationalNumber>, Mutate2D.ModifiableReceiver<RationalNumber>, Mutate2D.Receiver<RationalNumber>, Structure1D, Structure2D
- Enclosing class:
MatrixQ128
public static final class MatrixQ128.DenseReceiver
extends DenseMutator2D<RationalNumber, MatrixQ128>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Access2D
Access2D.Aggregatable<N>, Access2D.Collectable<N,R>, Access2D.ColumnView<N>, Access2D.ElementView<N>, Access2D.RowView<N>, Access2D.SelectionView<N>, Access2D.Sliceable<N>, Access2D.Visitable<N> Nested classes/interfaces inherited from interface Mutate1D
Mutate1D.Fillable<N>, Mutate1D.Mixable<N>, Mutate1D.Modifiable<N>, Mutate1D.ModifiableReceiver<N>, Mutate1D.Receiver<N>, Mutate1D.SortableNested classes/interfaces inherited from interface Mutate2D
Mutate2D.Exchangeable, Mutate2D.Fillable<N>, Mutate2D.Mixable<N>, Mutate2D.Modifiable<N>, Mutate2D.ModifiableReceiver<N>, Mutate2D.Receiver<N>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested 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> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) MatrixQ128instantiate(MatrixStore<RationalNumber> store) Methods inherited from class DenseMutator2D
accept, add, add, add, add, add, build, count, countColumns, countRows, doubleValue, exchangeColumns, exchangeRows, fillAll, fillAll, fillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillMatching, fillMatching, fillMatching, fillRange, fillRange, fillRow, fillRow, fillRow, fillRow, fillRow, fillRow, get, get, getColDim, getRowDim, modifyAll, modifyAny, modifyColumn, modifyColumn, modifyCompatible, modifyCompatible, modifyDiagonal, modifyDiagonal, modifyMatching, modifyMatching, modifyMatchingInColumns, modifyMatchingInColumns, modifyMatchingInRows, modifyMatchingInRows, modifyOne, modifyOne, modifyRange, modifyRow, modifyRow, reset, set, set, set, set, size, supplyToMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, dot, select, supplyTo, toList, toRawCopy1DMethods inherited from interface Access2D
asCollectable2D, asKeyed2D, byteValue, byteValue, byteValue, byteValue, columns, columns, columns, doubleValue, doubleValue, doubleValue, elements, floatValue, floatValue, floatValue, floatValue, get, intValue, intValue, intValue, intValue, longValue, longValue, longValue, longValue, nonzeros, rows, rows, rows, select, select, shortValue, shortValue, shortValue, shortValue, toRawCopy2DMethods inherited from interface Access2D.Collectable
collectMethods inherited from interface Mutate1D.Fillable
fillCompatible, fillMatchingMethods inherited from interface Mutate2D
set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Mutate2D.Fillable
fillCompatibleMethods inherited from interface Mutate2D.Modifiable
add, add, add, add, add, add, add, add, add, add, addMethods inherited from interface Mutate2D.Receiver
isAcceptableMethods inherited from interface Structure2D
firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow
-
Constructor Details
-
DenseReceiver
DenseReceiver(PhysicalStore<RationalNumber> delegate)
-
-
Method Details
-
instantiate
- Specified by:
instantiatein classDenseMutator2D<RationalNumber, MatrixQ128>
-