Added missing SVN properties to some *.java files in package o.a.c.m.linear

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2011-10-01 07:57:19 +00:00
parent ba15d2764e
commit ef6e900827
1 changed files with 307 additions and 307 deletions

View File

@ -42,7 +42,7 @@ import org.apache.commons.math.util.FastMath;
*
* @see <a href="http://mathworld.wolfram.com/CholeskyDecomposition.html">MathWorld</a>
* @see <a href="http://en.wikipedia.org/wiki/Cholesky_decomposition">Wikipedia</a>
* @version $Id: CholeskyDecomposition.java 1173481 2011-09-21 03:45:37Z celestin $
* @version $Id$
* @since 2.0 (changed to concrete class in 3.0)
*/
public class CholeskyDecomposition {