Go to file
Benoit Jacob a587346b47 Matrix(int,int) constructor no longer takes default arguments.
Instead, introduce Matrix() and Matrix(int); however, dynamic dimensions
are required to be specified in the constructor (we no longer default to 1)
2007-11-26 09:11:12 +00:00
doc Merge WrapArray into FromArray. Less code. The downside is that we're using one more 2007-10-14 18:02:16 +00:00
src Matrix(int,int) constructor no longer takes default arguments. 2007-11-26 09:11:12 +00:00
test - improve and comment the "BasicStuff" test. 2007-11-26 08:47:07 +00:00
CMakeLists.txt Fix damage done by automatic search-and-replace 2007-11-25 22:05:49 +00:00