[Pkg-octave-commit] r1375 - in octave-forge-pkgs: octave-econometrics/trunk/debian octave-fixed/trunk/debian

Ólafur Jens Sigurðsson ojs-guest at alioth.debian.org
Thu Mar 6 15:18:52 UTC 2008


Author: ojs-guest
Date: 2008-03-06 15:18:52 +0000 (Thu, 06 Mar 2008)
New Revision: 1375

Added:
   octave-forge-pkgs/octave-fixed/trunk/debian/check.m
Modified:
   octave-forge-pkgs/octave-econometrics/trunk/debian/control
   octave-forge-pkgs/octave-fixed/trunk/debian/control
Log:
added a check.m file for octave-fixed and updated the description of the control files for octave-fixed and octave-econometrics

Modified: octave-forge-pkgs/octave-econometrics/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-econometrics/trunk/debian/control	2008-03-06 14:39:08 UTC (rev 1374)
+++ octave-forge-pkgs/octave-econometrics/trunk/debian/control	2008-03-06 15:18:52 UTC (rev 1375)
@@ -12,6 +12,10 @@
 Package: octave-econometrics
 Architecture: any
 Depends: ${shlibs:Depends}, ${octave:Depends}
-Description: The econometrics package from octave-forge
- This package provides functions to work with econometrics, including
- MLE and GMM based techniques.
\ No newline at end of file
+Description: An econometrics package from octave-forge
+ This package provides functions to work with econometrics in Octave,
+ a numerical computation software. The functions include methods to do
+ maximum likelihood (mle_estimate) and general method of moments (gmm_estimate) based
+ estimations.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file

Added: octave-forge-pkgs/octave-fixed/trunk/debian/check.m
===================================================================
--- octave-forge-pkgs/octave-fixed/trunk/debian/check.m	                        (rev 0)
+++ octave-forge-pkgs/octave-fixed/trunk/debian/check.m	2008-03-06 15:18:52 UTC (rev 1375)
@@ -0,0 +1 @@
+test fixedpoint
\ No newline at end of file

Modified: octave-forge-pkgs/octave-fixed/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-fixed/trunk/debian/control	2008-03-06 14:39:08 UTC (rev 1374)
+++ octave-forge-pkgs/octave-fixed/trunk/debian/control	2008-03-06 15:18:52 UTC (rev 1375)
@@ -12,6 +12,18 @@
 Package: octave-fixed
 Architecture: any
 Depends: ${shlibs:Depends}, ${octave:Depends}
-Description: The fixed package from octave-forge
- This package provides functions to do fixed pointed computation with
- real and complex matrixes in octave.
\ No newline at end of file
+Description: Fixed point computation for Octave.
+ 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 toolbox 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 toolbox 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.
\ No newline at end of file




More information about the Pkg-octave-commit mailing list