@Deprecated public static final class SimpleArray.Primitive extends SimpleArray<Double>
SimpleArray.Big, SimpleArray.Complex, SimpleArray.Primitive, SimpleArray.Rational
Access1D.Builder<I extends Access1D<?>>, Access1D.Elements, Access1D.Factory<I extends Access1D<?>>, Access1D.Fillable<N extends Number>, Access1D.Modifiable<N extends Number>, Access1D.Visitable<N extends Number>
Modifier and Type | Field and Description |
---|---|
double[] |
data
Deprecated.
|
length
Modifier and Type | Method and Description |
---|---|
double |
doubleValue(long index)
Deprecated.
|
void |
fillAll(Double value)
Deprecated.
|
void |
fillRange(long first,
long limit,
Double value)
Deprecated.
|
Double |
get(long index)
Deprecated.
|
Double |
set(int index,
Number value)
Deprecated.
|
void |
set(long index,
double value)
Deprecated.
|
void |
set(long index,
Number value)
Deprecated.
|
count, iterator, makeBig, makeComplex, makePrimitive, makeRational, size, wrapBig, wrapComplex, wrapPrimitive, wrapRational
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public double doubleValue(long index)
public void fillAll(Double value)
public void fillRange(long first, long limit, Double value)
public Double get(long index)
public void set(long index, double value)
public void set(long index, Number value)