Matrix typedef

Matrix = List<List<double>>

Implementation

typedef Matrix = List<List<double>>;