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:
parent
6940829807
commit
99313c1146
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue