Module ojalgo
Package org.ojalgo.structure
Interface Mutate1D.ModifiableReceiver<N extends Comparable<N>>
- All Superinterfaces:
Access1D<N>,Consumer<Access1D<?>>,Mutate1D,Mutate1D.Fillable<N>,Mutate1D.Modifiable<N>,Mutate1D.Receiver<N>,Structure1D
- All Known Implementing Classes:
Array1D
- Enclosing interface:
Mutate1D
public static interface Mutate1D.ModifiableReceiver<N extends Comparable<N>>
extends Mutate1D.Modifiable<N>, Mutate1D.Receiver<N>, Access1D<N>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Access1D
Access1D.Aggregatable<N extends Comparable<N>>, Access1D.Collectable<N extends Comparable<N>,R extends Mutate1D>, Access1D.ElementView<N extends Comparable<N>>, Access1D.SelectionView<N extends Comparable<N>>, Access1D.Sliceable<N extends Comparable<N>>, Access1D.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.SortableNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyAny(Transformation1D<N> modifier) default voidmodifyCompatible(BinaryFunction<N> operator, Access1D<N> right) default voidmodifyCompatible(Access1D<N> left, BinaryFunction<N> operator) Methods inherited from interface org.ojalgo.structure.Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, doubleValue, elements, floatValue, floatValue, get, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface org.ojalgo.structure.Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface org.ojalgo.structure.Mutate1D.Fillable
fillAll, fillAll, fillCompatible, fillMatching, fillMatching, fillMatching, fillMatching, fillRange, fillRangeMethods inherited from interface org.ojalgo.structure.Mutate1D.Modifiable
add, add, add, add, add, add, add, add, add, add, add, add, add, modifyAll, modifyMatching, modifyMatching, modifyOne, modifyRangeMethods inherited from interface org.ojalgo.structure.Mutate1D.Receiver
accept, isAcceptableMethods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
Method Details
-
modifyAny
-
modifyCompatible
-
modifyCompatible
-