[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r700491 - in
From:       luc () apache ! org
Date:       2008-09-30 15:05:10
Message-ID: 20080930150510.E803B2388886 () eris ! apache ! org
[Download RAW message or body]

Author: luc
Date: Tue Sep 30 08:05:10 2008
New Revision: 700491

URL: http://svn.apache.org/viewvc?rev=700491&view=rev
Log:
improved javadoc

Modified:
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/LUDecomposition.java
  commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecomposition.java


Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/LUDecomposition.java
                
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/a \
pache/commons/math/linear/LUDecomposition.java?rev=700491&r1=700490&r2=700491&view=diff
 ==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/LUDecomposition.java \
                (original)
+++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/LUDecomposition.java \
Tue Sep 30 08:05:10 2008 @@ -28,8 +28,14 @@
  * <a href="http://math.nist.gov/javanumerics/jama/">JAMA</a> library, with the
  * following changes:</p>
  * <ul>
- *   <li>several signatures have been added for the <code>solve</code> methods (in \
                the superinterface),</code>
- *   <li>a <code>decompose</code> method has been added (in the \
superinterface),</code> + *   <li>several signatures have been added for the \
<code>solve</code> methods + *   (in the superinterface),</li>
+ *   <li>a {@link DecompositionSolver#decompose(RealMatrix) decompose(RealMatrix)}
+ *   method has been added (in the superinterface),</li>
+ *   <li>a {@link DecompositionSolver#isNonSingular() isNonSingular} method has
+ *   been added (in the superinterface),</li>
+ *   <li>a {@link DecompositionSolver#getInverse() getInverse} method has been
+ *   added (in the superinterface),</li>
  *   <li>the <code>det</code> method has been renamed as {@link #getDeterminant() \
                getDeterminant}.</li>
  * </ul>
  *   

Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecomposition.java
                
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/a \
pache/commons/math/linear/QRDecomposition.java?rev=700491&r1=700490&r2=700491&view=diff
 ==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecomposition.java \
                (original)
+++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecomposition.java \
Tue Sep 30 08:05:10 2008 @@ -26,8 +26,10 @@
  * <ul>
  *   <li>several signatures have been added for the <code>solve</code> methods
  *   (in the superinterface),</li>
- *   <li>a {@link DecompositionSolver#decompose(RealMatrix) decompose} method
- *   has been added (in the superinterface),</li>
+ *   <li>a {@link DecompositionSolver#decompose(RealMatrix) decompose(RealMatrix)}
+ *   method has been added (in the superinterface),</li>
+ *   <li>a {@link DecompositionSolver#getInverse() getInverse} method has been
+ *   added (in the superinterface),</li>
  *   <li>the <code>isFullRank</code> method has been replaced by the {@link
  *   DecompositionSolver#isNonSingular() isNonSingular} method in the \
                superinterface.</li>
  * </ul>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic