Sat, 28 Jan 2017 17:20:16 +0200 | Teemu Piippo | Removed the dangerous C-array constructor from the matrix - no need for it anyway since the matrix already is an array of doubles. | file | diff | annotate |
Sat, 28 Jan 2017 17:14:05 +0200 | Teemu Piippo | Reworked the Matrix interface so that less index math is involved | file | diff | annotate |
Sat, 28 Jan 2017 14:14:28 +0200 | Teemu Piippo | Actually, let's call it countof(). Makes more sense. | file | diff | annotate |
Sat, 28 Jan 2017 14:01:19 +0200 | Teemu Piippo | Replaced uses of 'x.size()' with 'length(x)' | file | diff | annotate |
Sat, 28 Jan 2017 13:49:09 +0200 | Teemu Piippo | refactor: added the length() function that's like Python's len() | file | diff | annotate |
Sun, 08 May 2016 20:54:52 +0300 | Teemu Piippo | Moved matrix into new source/header pair in types/ | file | diff | annotate |