jsci.util.array
Interface DoubleArray2D

All Superinterfaces:
Array2D<java.lang.Double>
All Known Subinterfaces:
AlgorithmsDoubleArray2D
All Known Implementing Classes:
AbstractDoubleArray2D, AlgorithmsDenseDoubleArray2D, AlgorithmsSparseDoubleArray2D, AlgorithmsTransposedDoubleArray2D, DenseDoubleArray2D, DiagonalDoubleArray2D, FileDoubleArray2D, SparseDoubleArray2D, TransposedDoubleArray2D, TridiagonalDoubleArray2D

public interface DoubleArray2D
extends Array2D<java.lang.Double>


Method Summary
 DoubleArray2D create(int rows, int cols)
           
 double getDouble(int i, int j)
           
 void setDouble(int i, int j, double x)
           
 
Methods inherited from interface jsci.util.array.Array2D
columns, contentEquals, get, rows, set
 

Method Detail

create

DoubleArray2D create(int rows,
                     int cols)
Specified by:
create in interface Array2D<java.lang.Double>

getDouble

double getDouble(int i,
                 int j)

setDouble

void setDouble(int i,
               int j,
               double x)