Interface MutateAnyD.Fillable<N extends Comparable<N>>
- All Superinterfaces:
Mutate1D, Mutate1D.Fillable<N>, MutateAnyD, Structure1D, StructureAnyD
- All Known Subinterfaces:
MutateAnyD.ModifiableReceiver<N>, MutateAnyD.Receiver<N>
- Enclosing interface:
MutateAnyD
public static interface MutateAnyD.Fillable<N extends Comparable<N>>
extends MutateAnyD, Mutate1D.Fillable<N>
-
Nested Class Summary
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 MutateAnyD
MutateAnyD.Fillable<N>, MutateAnyD.Mixable<N>, MutateAnyD.Modifiable<N>, MutateAnyD.ModifiableReceiver<N>, MutateAnyD.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 StructureAnyD
StructureAnyD.IntReference, StructureAnyD.Logical<S,B>, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R>, StructureAnyD.ReducibleTo2D<R>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper, StructureAnyD.Reshapable -
Method Summary
Modifier and TypeMethodDescriptiondefault voidfillCompatible(AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right) 'this' needs to be of a size compatible with the 'left' and 'right' matrices.voidvoidfillSet(int dimension, long dimensionalIndex, NullaryFunction<?> supplier) voidvoidfillSet(long[] initial, int dimension, NullaryFunction<?> supplier) Methods inherited from interface Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Mutate1D.Fillable
fillAll, fillAll, fillCompatible, fillMatching, fillMatching, fillMatching, fillMatching, fillRange, fillRangeMethods inherited from interface MutateAnyD
set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Structure1D
count, sizeMethods inherited from interface StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
Method Details
-
fillCompatible
'this' needs to be of a size compatible with the 'left' and 'right' matrices. No checks are performed. The term "compatible" refers to MATLAB's rules for "array broadcasting". The result will be the same as if the 'left' and 'right' matrices where expanded (repeated) so that all three where of the same size, and then the operation was performed. The actual implementation may be more efficient than that. -
fillSet
-
fillSet
-
fillSet
-
fillSet
-