DoubleList typedef

DoubleList = List<double>

Type alias for a list of doubles.

Implementation

typedef DoubleList = List<double>;