public class DoubleList2d
extends java.lang.Object
Provides an interface for interacting with 2d arrays of doubles. This
implementation will return 0 for items not yet allocated and automatically
increase the array size for set operations. You never get an index out of
bounds.