m-tosch / mu

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

implement operator << for Matrix #80

Closed m-tosch closed 3 years ago

m-tosch commented 3 years ago

forward to Vector << if possible. evaluate if testing is needed... evaluate if current testing of Vector operator<< is good

m-tosch commented 3 years ago

changing Vector operator<< slightly first (making the output prettier and comma separated)