Matrix.opBinary

Matrix * vector multiplication.

  1. column_t opBinary(row_t x)
    struct Matrix(T, size_t R, size_t C)
    pure const nothrow
    opBinary
    (
    string op
    )
    if (
    op == "*"
    )
  2. auto opBinary(U x)

Meta