sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.79k stars 58 forks source link

Implement the Mul trait #48

Closed DJDuque closed 1 year ago

DJDuque commented 1 year ago

Implement the Mul trait to allow using the * operator between Mat, &Mat, or MatRef and a ComplexField type.

sarah-ek commented 1 year ago

MulAssign in #49 is fine, though i'm not sure about Mul yet. i'd like to handle it on my own to make sure there aren't any conflicts with matrix multiplication. is it fine if i close this for now?

DJDuque commented 1 year ago

That is very reasonable.

Let me know if there are any "good first issue" level of difficulty things that you would like help with.