improved javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@700491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e95b705442
commit
94f1e9e013
|
@ -28,8 +28,14 @@ package org.apache.commons.math.linear;
|
|||
* <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>
|
||||
*
|
||||
|
|
|
@ -26,8 +26,10 @@ package org.apache.commons.math.linear;
|
|||
* <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>
|
||||
|
|
Loading…
Reference in New Issue