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:
parent
ba15d2764e
commit
ef6e900827
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue