max_ method

double max_(
  1. String colName
)

Get the max value of a column

Implementation

double max_(String colName) => _matrix.maxCol(_indexForColumn(colName));