Paketname | octave-fixed |
Beschreibung | fixed point computation for Octave |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.7.10-2build1 |
Sektion | universe/math |
Priorität | optional |
Installierte Größe | 2144 Byte |
Hängt ab von | dpkg (>= 1.15.4) | install-info, libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.4), lib |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 649864 Byte |
Prüfsumme MD5 | c19880834118f174dad912279cab3b31 |
Prüfsumme SHA1 | b39d04dae1cf208d62ee849bdd8b54626e02cf02 |
Prüfsumme SHA256 | a12f7567f9c06f2bf5a3e0058cd398219f468a181e1d89af83a84b03d7fa119e |
Link zum Herunterladen | octave-fixed_0.7.10-2build1_i386.deb |
Ausführliche Beschreibung | When implementing algorithms in hardware, it is common to reduce the
accuracy of the representation of numbers to a smaller number of bits.
This allows much lower complexity in the hardware, at the cost of
accuracy and potential overflow problems. Such representations are
known as fixed point.
.
This package supplies a fixed point type that allows Octave, a
numerical computational software, to model the effects of such a
reduction in accuracy of the representation of numbers. The major
advantage of this package is that with correctly written Octave
scripts, the same code can be used to test both fixed and floating
point representations of numbers.
.
This Octave add-on package is part of the Octave-Forge project.
|