summaryrefslogtreecommitdiff
path: root/math/blitz++/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2006-02-02When using GCC and libstdc++ supports C99 macros, use isnan fromjoerg1-0/+13
namespace std.
2005-09-05Changes 0.8:adam1-28/+0
* Bug fixes * Improvements
2003-04-30Initial import of blitz++.jtb1-0/+28
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices. Blitz++ is distributed freely under an open source license, and contributions to the library are welcomed.