getRow method

List<double> getRow(
  1. int i
)

Implementation

List<double> getRow(int i) {
  return values[i];
}