| Name: | DoubleArray |
| Purpose: | The wraps C language double array structures. It is meant to implement a list in Python with the restriction that members must be float. It shouldn't be necassary to instantiate a DoubleArray object, or be even be aware of its existence. |
| Provided by: | _p3 |
| Source: | array.c |
| Examples: | test_array.py |
| Inherits: | N/A |
| Constructor: | DoubleArray(list*), where list contains only floats or ints |
| Provides: | should be behave as a list |