Gael Guennebaud 8ea8b481de As discussed on ML:
* remove the automatic resizing feature of operator =
 * add function Matrix::set() to be used when the previous
   behavior is wanted
 * the default constructor of dynamic-size matrices now
   creates a "null" matrix (data=0, rows = cols = 0)
   instead of a 1x1 matrix
 * fix UnixX typos ;)
2008-10-24 21:42:03 +00:00
..
2008-07-08 07:56:01 +00:00
2008-08-29 17:45:11 +00:00
2008-10-17 11:20:46 +00:00
2008-10-24 21:42:03 +00:00
2008-08-28 21:44:56 +00:00