Closed b-r-hamilton closed 1 year ago
Looks like a simple PR that works well -- very nice. Adding the tests is great too. You found that the key is to multiply UnitfulMatrix
with Matrix
types. It doesn't work if you multiply UnitfulMatrix
with AbstractMatrix
because UnitfulMatrix
is an AbstractMatrix
and multiple dispatch algorithm becomes ambiguous.
I think I've resolved issue 66, please check to make sure this is an okay solution!