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/apache/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 [EMAIL PROTECTED] DecompositionSolver#decompose(RealMatrix)
decompose(RealMatrix)}
+ * method has been added (in the superinterface),</li>
+ * <li>a [EMAIL PROTECTED] DecompositionSolver#isNonSingular()
isNonSingular} method has
+ * been added (in the superinterface),</li>
+ * <li>a [EMAIL PROTECTED] DecompositionSolver#getInverse() getInverse}
method has been
+ * added (in the superinterface),</li>
* <li>the <code>det</code> method has been renamed as [EMAIL PROTECTED]
#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/apache/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 [EMAIL PROTECTED] DecompositionSolver#decompose(RealMatrix)
decompose} method
- * has been added (in the superinterface),</li>
+ * <li>a [EMAIL PROTECTED] DecompositionSolver#decompose(RealMatrix)
decompose(RealMatrix)}
+ * method has been added (in the superinterface),</li>
+ * <li>a [EMAIL PROTECTED] DecompositionSolver#getInverse() getInverse}
method has been
+ * added (in the superinterface),</li>
* <li>the <code>isFullRank</code> method has been replaced by the [EMAIL
PROTECTED]
* DecompositionSolver#isNonSingular() isNonSingular} method in the
superinterface.</li>
* </ul>