Jump to content

Blitz++

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 82.210.146.142 (talk) at 15:19, 10 June 2012 (External links: Link broken). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Blitz++
Original author(s)Todd Veldhuizen
Repository
Written inC++
Typelibrary or framework
Websiteblitz.sourceforge.net Edit this on Wikidata

Blitz++ is a high-performance vector mathematics library written in C++. This library is intended for use in scientific applications that might otherwise be implemented with Fortran or MATLAB.

Blitz++ utilizes advanced C++ template metaprogramming techniques, including expression templates, to provide speed-optimized mathematical operations on sequences of data without sacrificing the natural syntax provided by other mathematical programming systems. Indeed, it has been recognized as a pioneer in the area of C++ template metaprogramming.[1]

The most recent release of Blitz++ is version 0.9, dated October 14, 2005,[2] but development is ongoing and up-to-date versions are available through the Mercurial repository at Sourceforge.net.[3].

See also

References

  1. ^ David Abrahams, Aleksey Gurtovoy: C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond, Addison-Wesley, ISBN 0-321-22725-5
  2. ^ SourceForge.net: Files
  3. ^ Blitz++ Mercurial repository at Sourceforge.net