mfajnberg / tensorevo

0 stars 1 forks source link

`Mul` trait bound for `Tensor` #10

Closed daniil-berg closed 11 months ago

daniil-berg commented 1 year ago

:link: std::ops::Mul

Default implementation should perform element-wise multiplication.

Replaces the hadamard method.