Data Map
class DataMap(val arraySize: Int, map: MutableMap<String, DoubleArray> = mutableMapOf()) : MutableMap<String, DoubleArray> (source)
A DataMap represents named arrays that have the same size. By construction, the map must have arrays of the same length.