Dogggg / accord

Automatically exported from code.google.com/p/accord
0 stars 0 forks source link

Write the wrong condition? #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Line 218: if (rows == 3 && rows == 3)
in \Accord.Math\Matrix\Matrix.Linear.cs

Should be (rows == 3 && cols == 3)

Original issue reported on code.google.com by ice...@gmail.com on 20 Dec 2013 at 8:47

GoogleCodeExporter commented 8 years ago
Thanks! The test seems redundant, as the number of rows and columns are 
enforced to be the same at the beginning of the method. Thanks for letting me 
know about it!

Original comment by cesarso...@gmail.com on 29 Dec 2013 at 8:45

GoogleCodeExporter commented 8 years ago
Fixed in release 2.12

Original comment by cesarso...@gmail.com on 6 Jan 2014 at 11:06