|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.access.SimpleArray<Double> org.ojalgo.access.SimpleArray.Primitive
public static final class SimpleArray.Primitive
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ojalgo.access.SimpleArray |
---|
SimpleArray.Big, SimpleArray.Complex, SimpleArray.Primitive |
Field Summary | |
---|---|
double[] |
data
|
Fields inherited from class org.ojalgo.access.SimpleArray |
---|
length |
Method Summary | |
---|---|
double |
doubleValue(int anInd)
|
Double |
get(int anInd)
|
void |
set(int anInd,
double aValue)
|
void |
set(int anInd,
Double aValue)
|
Methods inherited from class org.ojalgo.access.SimpleArray |
---|
makeBig, makeComplex, makePrimitive, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final double[] data
Method Detail |
---|
public double doubleValue(int anInd)
public Double get(int anInd)
public void set(int anInd, double aValue)
set
in class SimpleArray<Double>
public void set(int anInd, Double aValue)
set
in class SimpleArray<Double>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |