
4 Feb
2010
4 Feb
'10
5:44 p.m.
on 04.02.2010 at 2:06 Thomas Klimpel wrote :
matrix<double, symmetric> m1, m2, m; //... m = m1*m2; What does this last statement do in case m1 and m2 don't have the same size? Does it throw an exception, or does it simply use the smaller of the two sizes? forgot to answer: it throws an exception
-- Pavel