Matrix constructor

Matrix()

Implementation

Matrix()
    : this.s = [],
      this.orientation = MatrixOrientation.Horizontal;