matrix property

List<List<double>> matrix

The List<List<double>> representation of matrix

Implementation

List<List<double>> get matrix => _base;