public class DoubleList2d extends Object
Constructor and Description |
---|
DoubleList2d() |
Modifier and Type | Method and Description |
---|---|
double |
get(int col,
int row) |
private void |
resizeCols(int row,
int col) |
private void |
resizeRows(int row) |
void |
set(int col,
int row,
double value) |
List rows
Copyright © 2016 Open Microscopy Environment