Boost logo

Ublas :

From: Paul C. Leopardi (leopardi_at_[hidden])
Date: 2005-11-15 06:58:49


Hi Gunter,
For this code, my includes would look more like:

#include <iostream>
#include <fstream>
#include <string>
#include <boost/numeric/ublas/fwd.hpp>
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/operation.hpp>
#include <boost/numeric/ublas/lu.hpp>

Are these the right includes in the right order? Or should it just be:

#include <iostream>
#include <fstream>
#include <string>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/lu.hpp>

as per Prasad's code?
Thanks, Paul

On Tue, 15 Nov 2005 20:59, Gunter Winkler wrote:
> On Tuesday 15 November 2005 01:58, Prasad Ramanan wrote:
> > [LU Problem]
>
> could you please provide the version numbers of boost/ublas and compiler
> you use? The LU decomposition should work with current CVS version.
>
> mfg
> Gunter