Matrix.opBinaryRight

struct Matrix(size_t H, size_t W, E)
pure
opBinaryRight
const
(
string op
size_t K
X
)
(
auto ref const(Vector!(K, X)) v
)
if (
op == "*" &&
isVector!(typeof(selftype.init.T * typeof(v).init))
)

Meta