From: Mikko Rasa Date: Wed, 30 Dec 2020 15:09:15 +0000 (+0200) Subject: Add multiplication operators between Matrix and float X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=0c4ddd58454437a8fec95eca64cdcf08085a0a5d;hp=0c4ddd58454437a8fec95eca64cdcf08085a0a5d;p=libs%2Fgl.git Add multiplication operators between Matrix and float Newer gcc versions are complaining about an ambiguity between the vector multiplication operators in GL::Matrix and the scalar multiplication for LinAl::Matrix. ---