org.das2.math
Interface Interpolate.FDoubleArray

Enclosing class:
Interpolate

public static interface Interpolate.FDoubleArray


Method Summary
 int columns()
           
 float get(int i, int j)
           
 void put(int i, int j, float value)
           
 int rows()
           
 

Method Detail

get

float get(int i,
          int j)

put

void put(int i,
         int j,
         float value)

rows

int rows()

columns

int columns()