Rows.this

Create a new rows range for a given matrix.

  1. this(ref const Matrix!Number matrix)
  2. this(const Matrix!Number matrix)
    struct Rows(Number)
    @safe pure nothrow
    this
    (
    const Matrix!Number matrix
    )
    if (
    isNumeric!Number
    )

Meta