8 Jan
2009
8 Jan
'09
12:02 p.m.
Hi, I was a bit surprised that there is no way to fill a triangular_matrix with a default value. Say, I would have expected this to work: triangular_matrix<double> m(42,42,42); Is there any reason why this constructor is not provided? Thanks -Thorsten