|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.access.SimpleArray<ComplexNumber> org.ojalgo.access.SimpleArray.Complex
public static final class SimpleArray.Complex
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ojalgo.access.SimpleArray |
---|
SimpleArray.Big, SimpleArray.Complex, SimpleArray.Primitive |
Field Summary | |
---|---|
ComplexNumber[] |
data
|
Fields inherited from class org.ojalgo.access.SimpleArray |
---|
length |
Method Summary | |
---|---|
double |
doubleValue(int anInd)
|
ComplexNumber |
get(int anInd)
|
void |
set(int anInd,
ComplexNumber 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 ComplexNumber[] data
Method Detail |
---|
public double doubleValue(int anInd)
public ComplexNumber get(int anInd)
public void set(int anInd, ComplexNumber aValue)
set
in class SimpleArray<ComplexNumber>
public void set(int anInd, double aValue)
set
in class SimpleArray<ComplexNumber>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |