You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/04/29 20:49:31 UTC

svn commit: r769871 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: RealVector.java RealVectorImpl.java

Author: luc
Date: Wed Apr 29 18:49:30 2009
New Revision: 769871

URL: http://svn.apache.org/viewvc?rev=769871&view=rev
Log:
typo in HTML 4 entity

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVector.java
    commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVector.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVector.java?rev=769871&r1=769870&r2=769871&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVector.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVector.java Wed Apr 29 18:49:30 2009
@@ -542,8 +542,8 @@
     double getL1Norm();
 
     /**
-     * Returns the L<sub>&infty;</sub> norm of the vector.
-     * <p>The L<sub>&infty;</sub> norm is the max of the absolute
+     * Returns the L<sub>&infin;</sub> norm of the vector.
+     * <p>The L<sub>&infin;</sub> norm is the max of the absolute
      * values of elements.</p>
      * @return norm
      * @see #getNorm()
@@ -615,7 +615,7 @@
     /**
      * Distance between two vectors.
      * <p>This method computes the distance consistent with
-     * L<sub>&infty;</sub> norm, i.e. the max of the absolute values of
+     * L<sub>&infin;</sub> norm, i.e. the max of the absolute values of
      * elements differences.</p>
      * @param v vector to which distance is requested
      * @return distance between two vectors.
@@ -630,7 +630,7 @@
     /**
      * Distance between two vectors.
      * <p>This method computes the distance consistent with
-     * L<sub>&infty;</sub> norm, i.e. the max of the absolute values of
+     * L<sub>&infin;</sub> norm, i.e. the max of the absolute values of
      * elements differences.</p>
      * @param v vector to which distance is requested
      * @return distance between two vectors.

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java?rev=769871&r1=769870&r2=769871&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java Wed Apr 29 18:49:30 2009
@@ -1050,7 +1050,7 @@
     /**
      * Distance between two vectors.
      * <p>This method computes the distance consistent with
-     * L<sub>&infty;</sub> norm, i.e. the max of the absolute values of
+     * L<sub>&infin;</sub> norm, i.e. the max of the absolute values of
      * elements differences.</p>
      * @param v vector to which distance is requested
      * @return distance between two vectors.