
IT++ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions. It is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. Since 2004, IT++ is also being developed as a part of the European Network of Excellence in Wireless Communications (NEWCOM).
License: GNU General Public License v2
Changes:
This release fixed incorrect calling of the BLAS zdotu_ function, which caused blas_test and vec_test failures on some architectures (e.g. Debian SPARC/Alpha/ARM) or when using non-standard optimization flags (e.g. -fomit-frame-pointer). The problem is due to the fact that the std::complex C++ type is not compatible with COMPLEX in Fortran.
More...