Vector typedef

Vector = List<double>

Implementation

typedef Vector = List<double>;