|
Ublas : |
From: Thomas Lemaire (thomas.lemaire_at_[hidden])
Date: 2006-05-08 13:49:28
dear list,
when using gesdd I get the following error:
boost-sandbox/boost/numeric/bindings/lapack/gesdd.hpp:181: error: 'cerr' is
not a member of 'std'
Indeed, gesdd uses std:cerr to report an error, grepping in the bindings
reveals that this is the only place where std:cerr is used. Maybe this error
should be changed to some assert() call.
In the meantime, #include <iostream>
cheers,
-- thomas http://www.laas.fr/~tlemaire