while finding the inverse of matrix using boost library, when I try to use this
using namespace boost::numeric::ublas;
then the compiler shows an error that
there is an ambiguity as there is a vector class also in boost library.
Any suggestions on how to overcome this.