- All Superinterfaces:
Mutate1D.Mixable<N>,Structure1D,StructureAnyD
- All Known Implementing Classes:
ArrayAnyD
- Enclosing interface:
MutateAnyD
public static interface MutateAnyD.Mixable<N extends Comparable<N>>
extends StructureAnyD, Mutate1D.Mixable<N>
-
Nested Class Summary
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.StructureAnyD
StructureAnyD.IntReference, StructureAnyD.Logical<S extends StructureAnyD,B extends StructureAnyD.Logical<S, B>>, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R extends Structure1D>, StructureAnyD.ReducibleTo2D<R extends Structure2D>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper, StructureAnyD.Reshapable -
Method Summary
Modifier and TypeMethodDescriptiondoublemix(long[] reference, BinaryFunction<N> mixer, double addend) mix(long[] reference, BinaryFunction<N> mixer, N addend) default doublemix(long index, BinaryFunction<N> mixer, double addend) default Nmix(long index, BinaryFunction<N> mixer, N addend) Methods inherited from interface org.ojalgo.structure.Structure1D
count, sizeMethods inherited from interface org.ojalgo.structure.StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
Method Details
-
mix
- Specified by:
mixin interfaceMutate1D.Mixable<N extends Comparable<N>>- Returns:
- The new/mixed value
-
mix
- Specified by:
mixin interfaceMutate1D.Mixable<N extends Comparable<N>>
-
mix
-
mix
-