From: <par...@us...> - 2012-08-26 18:16:52
|
Revision: 10918 http://octave.svn.sourceforge.net/octave/?rev=10918&view=rev Author: paramaniac Date: 2012-08-26 18:16:46 +0000 (Sun, 26 Aug 2012) Log Message: ----------- control: doc fixes Modified Paths: -------------- trunk/octave-forge/main/control/inst/test_control.m Modified: trunk/octave-forge/main/control/inst/test_control.m =================================================================== --- trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 15:46:40 UTC (rev 10917) +++ trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 18:16:46 UTC (rev 10918) @@ -18,20 +18,21 @@ ## -*- texinfo -*- ## @deftypefn {Script File} {} test_control ## Execute all available tests at once. -## The Octave control package is based on the @uref{http://www.slicot.org, SLICOT} library. -## SLICOT needs a LAPACK library which is also a prerequisite for Octave itself. +## The Octave control package is based on the @uref{http://www.slicot.org, @acronym{SLICOT}} library. +## @acronym{SLICOT} needs @acronym{BLAS} and @acronym{LAPACK} libraries which are also prerequisite for Octave itself. ## In case of failing test, it is highly recommended to use -## @uref{http://www.netlib.org/lapack/, Netlib's reference LAPACK} -## for building Octave. Using ATLAS may lead to sign changes -## in some entries in the state-space matrices. +## @uref{http://www.netlib.org/blas/, Netlib's reference @acronym{BLAS}} and +## @uref{http://www.netlib.org/lapack/, @acronym{LAPACK}} +## for building Octave. Using @acronym{ATLAS} may lead to sign changes +## in some entries of the state-space matrices. ## In general, these sign changes are not 'wrong' and can be regarded as ## the result of state transformations. Such state transformations ## (but not input/output transformations) have no influence on the ## input-output behaviour of the system. For better numerics, ## the control package uses such transformations by default when ## calculating the frequency responses and a few other things. -## However, arguments like the Hankel singular Values (HSV) must not change. -## Differing HSVs and failing algorithms are known for using Framework Accelerate +## However, arguments like the Hankel singular Values (@acronym{HSV}) must not change. +## Differing @acronym{HSV}s and failing algorithms are known for using Framework Accelerate ## from Mac OS X 10.7. ## @end deftypefn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <par...@us...> - 2012-08-26 19:32:26
|
Revision: 10919 http://octave.svn.sourceforge.net/octave/?rev=10919&view=rev Author: paramaniac Date: 2012-08-26 19:32:20 +0000 (Sun, 26 Aug 2012) Log Message: ----------- control: fix typos in doc Modified Paths: -------------- trunk/octave-forge/main/control/inst/test_control.m Modified: trunk/octave-forge/main/control/inst/test_control.m =================================================================== --- trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 18:16:46 UTC (rev 10918) +++ trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 19:32:20 UTC (rev 10919) @@ -19,8 +19,9 @@ ## @deftypefn {Script File} {} test_control ## Execute all available tests at once. ## The Octave control package is based on the @uref{http://www.slicot.org, @acronym{SLICOT}} library. -## @acronym{SLICOT} needs @acronym{BLAS} and @acronym{LAPACK} libraries which are also prerequisite for Octave itself. -## In case of failing test, it is highly recommended to use +## @acronym{SLICOT} needs @acronym{BLAS} and @acronym{LAPACK} libraries which are also prerequisites +## for Octave itself. +## In case of failing tests, it is highly recommended to use ## @uref{http://www.netlib.org/blas/, Netlib's reference @acronym{BLAS}} and ## @uref{http://www.netlib.org/lapack/, @acronym{LAPACK}} ## for building Octave. Using @acronym{ATLAS} may lead to sign changes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |