Matrix.opBinaryRight

Define Vector x Matrix

  1. Matrix opBinaryRight(real rhs)
  2. VCol opBinaryRight(VCol lhs)
    struct Matrix(T, size_t dim_)
    nothrow @nogc pure const
    VCol
    opBinaryRight
    (
    string op
    )
    (
    auto ref const VCol lhs
    )
    if (
    op == "*"
    )
    if (
    __traits(isFloating, T) &&
    dim_ >= 2
    &&
    dim_ <= 4
    )

Meta