| POOMA: A C++ Toolkit for High-Performance Parallel Scientific Computing | ||
|---|---|---|
| Prev | Appendix C. UML Class Diagrams | Next |
Both Arrays and DynamicArrays have so many member functions that their class boxes appear in separate diagrams. Figure C-2 indicates that DynamicArrays are subtypes of Arrays. Both have value type and engine tag template parameters but DynamicArray's dimension must be one.
Implementation files are located within the src/Array directory.