Downloadliste

Projektbeschreibung

IT++ is a C++ library of mathematical, signal processing, and communication classes and functions. Its main use is in simulation of communication systems or for performing research in the area of communications. The kernel of the library consists of generic vector and matrix classes and lots of functions for vectors and matrices. Such a kernel makes the IT++ library similar to MATLAB or GNU Octave.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-20 10:23
4.0.5

Bugs behoben. Ein paar Warnungen gemeldet in MSVC + + 2008 und GCC 4.3 werden unterdrückt. Die Standard-Debugging CFLAGS leicht geändert. Der Source-Code-Formatierung ist jetzt dank der einheitlichen Artistic Style (astyle) Code Formatter und Schönmacher.
Tags: Stable, Minor bugfixes
Bugs were fixed. A few warnings reported in MSVC++
2008 and GCC 4.3 are suppressed. The default
debugging CFLAGS was changed slightly. The source
code formatting is now unified thanks to the
Artistic Style (astyle) code formatter and
beautifier.

2008-03-31 15:40
4.0.4

Das Wartungs-Release behebt die folgenden Fehler: eine falsche bits2symbols Bitmap in Modulator <> Basisklasse, falsche Größe des LDPC_Code:: decode ()-Ausgang Bit-Vektor, unsachgemäße Kontrollen im elem_mult_out ()-Methoden von Vec und Mat-Klassen, versteckte Fading_Generator:: erzeugen ()-Methoden, falsche Umsetzung der rint () unter MSVC + +, und ein paar andere.
Tags: Stable, Minor bugfixes
This maintenance release fixes the following bugs:
an incorrect bits2symbols bitmap in Modulator<>
base class, wrong size of the LDPC_Code::decode()
output bit vector, improper checks in
elem_mult_out() methods of Vec and Mat classes,
hidden Fading_Generator::generate() methods, wrong
implementation of rint() under MSVC++, and a few
others.

2008-03-06 12:52
4.0.3

Diese Version behoben falschen Beruf des BLAS zdotu_-Funktion, die verursacht blas_test und vec_test Fehler auf einigen Architekturen (zB Debian SPARC / Alpha / ARM) oder beim Einsatz von Nicht-Standard-Optimierungs-Flags (zB von-fomit-frame-pointer). Das Problem ist, aufgrund der Tatsache, dass die std:: komplexe <double> C + +-Typ ist nicht kompatibel mit COMPLEX in Fortran.
Tags: Stable, Minor bugfixes
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&lt;double&gt; C++ type is not compatible with COMPLEX in Fortran.

2008-02-15 19:14
4.0.2

Diese Version behebt ein falsches Ergebnis der log_add ()-Funktion [1863940] und ein Problem mit der Prüfung der zdotu_ Aufruf-Konvention auf 64-Bit-Systeme [1855481]. Zwei weitere kleinere Fehler in GF2mat_sparse_alist:: from_sparse () und Parser:: get ()-Funktion wurden behoben. Eine Reihe von Verbesserungen der Dokumentation ist in dieser Version enthalten.
Tags: Stable, Minor bugfixes
This release fixes an incorrect result of the log_add() function [1863940] and a problem with testing the zdotu_ calling convention on 64-bit systems [1855481]. Two other minor bugs in GF2mat_sparse_alist::from_sparse() and Parser::get() functions were fixed. A set of documentation improvements is included in this release.

2007-12-15 20:57
4.0.1

Der Nachweis von externen BLAS / LAPACK Bibliotheken wurde verbessert. Es ist nun möglich, Intel MKL oder Apple's Accelerate Framework ohne ein Fortran-Compiler zu verwenden. SVD-und QR-Zerlegung sind nun wesentlich schneller berechnet. Auch itpp-config und pkg-config's itpp.pc Skripte wurden verbessert, so dass die Verwendung eines zusätzlichen expliziten "- statische"-Schalter sollte nicht notwendig in den meisten Fällen gemeinsam. Schließlich berichtete alle Fehler für Version 4.0.0 wurden behoben.
Tags: Stable, Minor bugfixes
The detection of external BLAS/LAPACK libraries
has been improved. It is now possible to use Intel
MKL or Apple's Accelerate Framework without a
Fortran compiler. SVD and QR decompositions are
now calculated much faster. Also, itpp-config and
pkg-config's itpp.pc scripts have been improved,
so the use of an additional explicit "--static"
switch should be not necessary in most common
cases. Finally, all bugs reported for version
4.0.0 have been fixed.

Project Resources