[bug] uBLAS: symmetric_matrix<T>::resize(size_type)

2 Mar
2007
2 Mar
'07
4:18 p.m.
Dear Boost Developers, The following piece of code --- cut --- #include <boost/numeric/ublas/symmetric.hpp> int main() { boost::numeric::ublas::symmetric_matrix<double> m(3); m.resize(2); } --- cut --- throws the following --- cut --- Check failed in file /home/antonio/marszale/src/boost/boost/numeric/ublas/storage.hpp at line 196: i < size_ terminate called after throwing an instance of 'boost::numeric::ublas::bad_index' what(): bad index --- cut --- This holds for both 1.33.1 and CVS version checked out today at 15:52 UTC. Best regards -- Marcin
6691
Age (days ago)
6691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marcin Marszałek