Matrix.opBinaryRight

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

Meta