org.ojalgo.access
Class SimpleArray.Complex

java.lang.Object
  extended by org.ojalgo.access.SimpleArray<ComplexNumber>
      extended by org.ojalgo.access.SimpleArray.Complex
All Implemented Interfaces:
Access1D<ComplexNumber>
Enclosing class:
SimpleArray<N extends Number>

public static final class SimpleArray.Complex
extends SimpleArray<ComplexNumber>


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

data

public final ComplexNumber[] data
Method Detail

doubleValue

public double doubleValue(int anInd)

get

public ComplexNumber get(int anInd)

set

public void set(int anInd,
                ComplexNumber aValue)
Specified by:
set in class SimpleArray<ComplexNumber>

set

public void set(int anInd,
                double aValue)
Specified by:
set in class SimpleArray<ComplexNumber>