org.ojalgo.access
Class SimpleArray.Primitive

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

public static final class SimpleArray.Primitive
extends SimpleArray<Double>


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

data

public final double[] data
Method Detail

doubleValue

public double doubleValue(int anInd)

get

public Double get(int anInd)

set

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

set

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