Returns the vertical histogram of the matrix.
List<int> getHistogramVertical() => _getHistogramVertical(this);