
boost hard start
April 3, 2008Getting ready to use a simple three-dimensional vector in the boost library was anything but easy for me. Googhoul helped once again: there is a simple bounded vector implemented in boost, but I couldn’t find it in the documentation.
boost::numeric::ublas::bounded_vector<double, 3>
I just foud it! In fact, it’s seems to be pretty hard to write a human readable documentation.