It's a new interface (target release 2.0, not 3.3!)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@777518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-05-22 13:42:03 +00:00
parent 6940829807
commit 99313c1146
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ import org.apache.commons.math.linear.RealMatrix;
* the returned {@link DecompositionSolver}.</li>
* </ul>
*
* No longer Serializable since 3.3
*
* @see <a href="http://mathworld.wolfram.com/CholeskyDecomposition.html">MathWorld</a>
* @see <a href="http://en.wikipedia.org/wiki/Cholesky_decomposition">Wikipedia</a>
* @version $Revision$ $Date$