Class PrimitiveAnyD
java.lang.Object
org.ojalgo.structure.PrimitiveAnyD
- All Implemented Interfaces:
Access1D<Double>, AccessAnyD<Double>, Mutate1D, MutateAnyD, Structure1D, StructureAnyD
- Direct Known Subclasses:
PrimitiveAnyD.Simple, PrimitiveAnyD.Wrapper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class(package private) static final classNested classes/interfaces inherited from interface AccessAnyD
AccessAnyD.Aggregatable<N>, AccessAnyD.Collectable<N,R>, AccessAnyD.ElementView<N>, AccessAnyD.MatrixView<N>, AccessAnyD.SelectionView<N>, AccessAnyD.Sliceable<N>, AccessAnyD.VectorView<N>, AccessAnyD.Visitable<N> Nested classes/interfaces inherited from interface Mutate1D
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Doubleget(long index) final Doubleget(long... ref) static PrimitiveAnyDnewInstance(int... structure) final voidset(long[] reference, Comparable<?> value) final voidset(long index, Comparable<?> value) final StringtoString()static PrimitiveAnyDwrap(StructureAnyD delegate) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, doubleValue, floatValue, floatValue, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface AccessAnyD
asCollectableAnyD, byteValue, byteValue, doubleValue, doubleValue, elements, floatValue, floatValue, get, intValue, intValue, longValue, longValue, matrices, select, shortValue, shortValue, vectorsMethods inherited from interface Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface MutateAnyD
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
-
Field Details
-
EMPTY
-
-
Constructor Details
-
PrimitiveAnyD
public PrimitiveAnyD()
-
-
Method Details
-
newInstance
-
wrap
-
get
- Specified by:
getin interfaceAccessAnyD<Double>
-
get
-
set
-
set
- Specified by:
setin interfaceMutateAnyD
-
toString
-