Class DenseArray<N extends Comparable<N>>
java.lang.Object
org.ojalgo.array.BasicArray<N>
org.ojalgo.array.DenseArray<N>
- All Implemented Interfaces:
Access1D<N>, Access1D.Aggregatable<N>, Access1D.Collectable<N,Mutate1D>, Access1D.Visitable<N>, Factory1D.Builder<DenseArray<N>>, Mutate1D, Mutate1D.Fillable<N>, Mutate1D.Modifiable<N>, Structure1D
- Direct Known Subclasses:
OffHeapArray, PlainArray
public abstract class DenseArray<N extends Comparable<N>>
extends BasicArray<N>
implements Factory1D.Builder<DenseArray<N>>
Each and every element occupies memory and holds a value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDenseArray.Factory<N extends Comparable<N>, A extends DenseArray<N>>Nested classes/interfaces inherited from class BasicArray
BasicArray.BaseFactory<N,A> Nested classes/interfaces inherited from interface Access1D
Access1D.Aggregatable<N>, Access1D.Collectable<N,R>, Access1D.ElementView<N>, Access1D.SelectionView<N>, Access1D.Sliceable<N>, Access1D.Visitable<N> 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 Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()(package private) abstract voidmodify(long extIndex, int intIndex, BinaryFunction<N> function, Access1D<N> right) (package private) abstract voidmodify(long extIndex, int intIndex, UnaryFunction<N> function) (package private) abstract voidmodify(long extIndex, int intIndex, Access1D<N> left, BinaryFunction<N> function) Methods inherited from class BasicArray
aggregateRange, equals, exchange, factory, fill, fill, getMathType, hashCode, indexOfLargest, indexOfLargest, isPrimitive, modify, modify, modify, modifyAll, modifyMatching, modifyMatching, modifyRange, supplyTo, toString, visit, visitAll, visitRange, wrapInArray1D, wrapInArray2D, wrapInArrayAnyDMethods inherited from interface 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 Access1D.Aggregatable
aggregateAllMethods inherited from interface Access1D.Collectable
collectMethods inherited from interface Access1D.Visitable
visitOneMethods 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 Mutate1D.Modifiable
add, add, add, add, add, add, add, add, add, add, add, add, add, modifyOneMethods inherited from interface Structure1D
count, size
-
Constructor Details
-
DenseArray
-
-
Method Details
-
build
- Specified by:
buildin interfaceFactory1D.Builder<N extends Comparable<N>>
-
modify
-
modify
-
modify
-