flattenRow method

Matrix flattenRow()

Return Matrix.row with all elements of this taken by rows

Implementation

Matrix flattenRow() {
  return Matrix.row(flattenList());
}