Hi,

Got a problem using UBLAS.
On Vector operations, "norm_inf" works fine, however "norm_inf_index" does not work,
"norm_inf_index": identifier not found.
I have included the following headers:
#include <boost\numeric\ublas\matrix.hpp>
#include <boost\numeric\ublas\vector.hpp>
#include <boost\numeric\ublas\io.hpp>
#include "boost/shared_ptr.hpp"
#include "boost/tuple/tuple.hpp"
#include <boost/numeric/ublas/matrix_proxy.hpp>

Am I missing some specific header file?
Does anyone else ever have the similar problem? Thank you for your attention.