Blitz++
From Wikipedia, the free encyclopedia
Blitz++ is a high-performance vector mathematics library written in C++. Blitz++ utilizes advanced C++ metaprogramming techniques to provide speed-optimized mathematical operations on sequences of data without sacrificing the natural syntax provided by other math-specialized programming systems. This library is intended for use in scientific applications that might otherwise be implemented with Fortran or MATLAB.
Contents |
[edit] Recognition
Blitz++ has been recognized as a pioneer in the area of C++ template metaprogramming[1].
[edit] Releases
The most recent release of Blitz++ was version 0.9 dated October 14, 2005[2]
[edit] References
- ^ David Abrahams, Aleksey Gurtovoy: C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond, Addison-Wesley, ISBN 0-321-22725-5
- ^ SourceForge.net: Files
[edit] External links
- The Blitz++ home page
- Introduction to Blitz++ by Max Moorkamp
- Blitz++ and Expression Templates (book excerpt)
- ArrayOps Source-code library similar to Blitz++, currently only for single-dimensional arrays, but designed to be simpler and more flexible than Blitz++.