|
Ublas : |
Subject: [ublas] Why is there no constructor taking an initial value?
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2009-01-22 10:13:42
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