tomstewart89 / BasicLinearAlgebra

A library for using matrices and linear algebra on Arduino
MIT License
187 stars 38 forks source link

Suggestion: Overload for floats #3

Closed danlkv closed 7 years ago

danlkv commented 7 years ago

It would be very helpful if I could multiplicate every element by a float using just matrix *= float. Also matrix2 = matrix1+float would be useful to add float to each element.

tomstewart89 commented 7 years ago

Sounds good! I'll have a run at it over the weekend

danlkv commented 7 years ago

Thanks a lot! Your lib is very useful

tomstewart89 commented 7 years ago

Thanks! I'm pleased to see it being put to use. Those overloads should be in there now so let me know if there's anything I missed. In the meantime, I'll have a look at that assignment feature