So I've been spending some time in the valarray documentation and I'm wondering does anyone use this? Is it just some happy thing that got included in the STL?
It seems, for math stuff, it is a bit more useful than std::vector, but is there anything that _really_ sets it apart?
The same goes for numeric-- it seems useful, but has anyone used it?