m-tosch / mu

A small, simple c++ math library
MIT License
1 stars 0 forks source link

change same type combination ctor tests compare object #77

Closed m-tosch closed 3 years ago

m-tosch commented 3 years ago

currently these tests kinda cheat, because to build the comparison object, they use other constructors of Vector/Matrix.

m-tosch commented 3 years ago

no tests added for ctor in Matrix that takes a std::array of std::array of a different type. see comment on #59