|
Boost : |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-03-13 18:06:51
Although ublas throws an exception when e.g. multiplying incompatible
matrices, it does allow asking for a non-existant row
e.g.
matrix< double > a(8,3);
row( a, 200 ); // does not assert, throw, ...
Since performance is crucial, I would prefer to have asserts protect mis-use
of the lib.
BTW, when are you planning to change size1() and size2() into num_rows and
num_cols (as suggested by Jeremy and IIRC you accepted)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk