org.ojalgo.access
Class SimpleArray.Big

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

public static final class SimpleArray.Big
extends SimpleArray<BigDecimal>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ojalgo.access.SimpleArray
SimpleArray.Big, SimpleArray.Complex, SimpleArray.Primitive
 
Field Summary
 BigDecimal[] data
           
 
Fields inherited from class org.ojalgo.access.SimpleArray
length
 
Method Summary
 double doubleValue(int anInd)
           
 BigDecimal get(int anInd)
           
 void set(int anInd, BigDecimal 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 BigDecimal[] data
Method Detail

doubleValue

public double doubleValue(int anInd)

get

public BigDecimal get(int anInd)

set

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

set

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