jsci.util.array
Interface DoubleArray1D

All Superinterfaces:
Array1D<java.lang.Double>
All Known Subinterfaces:
AlgorithmsDoubleArray1D
All Known Implementing Classes:
AbstractDoubleArray1D, AlgorithmsDenseDoubleArray1D, DenseDoubleArray1D, SparseDoubleArray1D

public interface DoubleArray1D
extends Array1D<java.lang.Double>


Method Summary
 DoubleArray1D create(int size)
           
 double getDouble(int i)
           
 void setDouble(int i, double x)
           
 
Methods inherited from interface jsci.util.array.Array1D
contentEquals, get, set, size
 

Method Detail

create

DoubleArray1D create(int size)
Specified by:
create in interface Array1D<java.lang.Double>

getDouble

double getDouble(int i)

setDouble

void setDouble(int i,
               double x)