Class MatrixQ128.SparseReceiver
java.lang.Object
org.ojalgo.matrix.SparseMutator2D<RationalNumber, MatrixQ128>
org.ojalgo.matrix.MatrixQ128.SparseReceiver
- All Implemented Interfaces:
Factory2D.Builder<MatrixQ128>, Mutate1D, Mutate2D, Structure1D, Structure2D
- Enclosing class:
MatrixQ128
public static final class MatrixQ128.SparseReceiver
extends SparseMutator2D<RationalNumber, MatrixQ128>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Mutate1D
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 SparseMutator2D
build, count, countColumns, countRows, getColDim, getRowDim, reset, set, set, set, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, set, setMethods inherited from interface Structure2D
firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow
-
Constructor Details
-
SparseReceiver
SparseReceiver(SparseStore.Builder<RationalNumber> delegate)
-
-
Method Details
-
instantiate
- Specified by:
instantiatein classSparseMutator2D<RationalNumber, MatrixQ128>
-