Package org.ojalgo.matrix
Class MatrixC128.DenseReceiver
java.lang.Object
org.ojalgo.matrix.DenseMutator2D<ComplexNumber,MatrixC128>
org.ojalgo.matrix.MatrixC128.DenseReceiver
- All Implemented Interfaces:
Consumer<Access2D<?>>
,Supplier<MatrixC128>
,Access1D<ComplexNumber>
,Access2D<ComplexNumber>
,Access2D.Collectable<ComplexNumber,
,TransformableRegion<ComplexNumber>> Factory2D.Builder<MatrixC128>
,Mutate1D
,Mutate1D.Fillable<ComplexNumber>
,Mutate1D.Modifiable<ComplexNumber>
,Mutate2D
,Mutate2D.Exchangeable
,Mutate2D.Fillable<ComplexNumber>
,Mutate2D.Modifiable<ComplexNumber>
,Mutate2D.ModifiableReceiver<ComplexNumber>
,Mutate2D.Receiver<ComplexNumber>
,Structure1D
,Structure2D
- Enclosing class:
MatrixC128
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Access2D
Access2D.Aggregatable<N extends Comparable<N>>, Access2D.Collectable<N extends Comparable<N>,
R extends Mutate2D>, Access2D.ColumnView<N extends Comparable<N>>, Access2D.ElementView<N extends Comparable<N>>, Access2D.RowView<N extends Comparable<N>>, Access2D.SelectionView<N extends Comparable<N>>, Access2D.Sliceable<N extends Comparable<N>>, Access2D.Visitable<N extends Comparable<N>> Nested classes/interfaces inherited from interface org.ojalgo.structure.Mutate1D
Mutate1D.Fillable<N extends Comparable<N>>, Mutate1D.Mixable<N extends Comparable<N>>, Mutate1D.Modifiable<N extends Comparable<N>>, Mutate1D.ModifiableReceiver<N extends Comparable<N>>, Mutate1D.Receiver<N extends Comparable<N>>, Mutate1D.Sortable
Nested classes/interfaces inherited from interface org.ojalgo.structure.Mutate2D
Mutate2D.Exchangeable, Mutate2D.Fillable<N extends Comparable<N>>, Mutate2D.Mixable<N extends Comparable<N>>, Mutate2D.Modifiable<N extends Comparable<N>>, Mutate2D.ModifiableReceiver<N extends Comparable<N>>, Mutate2D.Receiver<N extends Comparable<N>>
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,
B extends Structure1D.Logical<S, B>>, Structure1D.LongIndex, Structure1D.LoopCallback Nested 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> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) MatrixC128
instantiate
(MatrixStore<ComplexNumber> store) Methods inherited from class org.ojalgo.matrix.DenseMutator2D
accept, 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, supplyTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.structure.Access1D
asCollectable1D, asKeyed1D, axpy, dot, select, supplyTo, toRawCopy1D
Methods inherited from interface org.ojalgo.structure.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, toRawCopy2D
Methods inherited from interface org.ojalgo.structure.Access2D.Collectable
collect
Methods inherited from interface org.ojalgo.structure.Mutate1D.Fillable
fillCompatible
Methods inherited from interface org.ojalgo.structure.Mutate2D
set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set
Methods inherited from interface org.ojalgo.structure.Mutate2D.Fillable
fillCompatible
Methods inherited from interface org.ojalgo.structure.Mutate2D.Modifiable
add, add, add, add, add, add, add, add, add, add
Methods inherited from interface org.ojalgo.structure.Mutate2D.Receiver
isAcceptable
Methods inherited from interface org.ojalgo.structure.Structure2D
firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow
-
Constructor Details
-
DenseReceiver
DenseReceiver(PhysicalStore<ComplexNumber> delegate)
-
-
Method Details
-
instantiate
- Specified by:
instantiate
in classDenseMutator2D<ComplexNumber,
MatrixC128>
-