Prev: Fast Assignment of POD Struct Whose Members Have Copy Constructors
Next: why don't the STL containers all inherit from a common container class to allow generic iteration?
From: Andrew on 8 Dec 2009 08:54 Does anyone know of a C++ library/package/project that offers tensors please? I happen to want them for quantitative finance but they surely must of be of interest to mathematicians generally. There is talk of them in Blitz++ but details are very sparse and Blitz++ does not seem to have been updated in years. I anticipate that a tensor class will be templated and with all the template-challenged compilers out there it is important that any templated tensor library is kept reasonably up to date. Regards, Andrew Marlow -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |