Blitz++
Original author(s) | Todd Veldhuizen |
---|---|
Stable release |
0.10
/ July 5, 2012 |
Written in | C++ |
Type | Library and framework |
Website |
blitz |
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,[1] 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.[2]
See also
- Boost (C++ libraries) -- notably uBLAS -- the boost Basic Linear Algebra Library
- Armadillo (C++ library)
- Eigen (C++ library)
- dlib (C++ library)
- IT++
References
- ↑ Veldhuizen, Todd (1997). "Scientific Computing: C++ Versus Fortran". Dr Dobb's.
- ↑ David Abrahams, Aleksey Gurtovoy: C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond, Addison-Wesley, ISBN 0-321-22725-5
External links
This article is issued from Wikipedia - version of the 4/27/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.