Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1097399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-04-28 10:27:00 +00:00
parent 54bdd4a006
commit 3dff269818
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ package org.apache.commons.math.linear;
* <p>Rectangular Cholesky decomposition is <em>not</em> suited for solving
* linear systems, so it does not provide any {@link DecompositionSolver
* decomposition solver}.</p>
*
* @see CholeskyDecomposition
* @see CorrelatedRandomVectorGenerator
* @see org.apache.commons.math.random.CorrelatedRandomVectorGenerator
* @version $Revision$ $Date$
* @since 3.0
*/