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 2008/12/23 11:17:53 UTC

svn commit: r728918 - /commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java

Author: luc
Date: Tue Dec 23 02:17:53 2008
New Revision: 728918

URL: http://svn.apache.org/viewvc?rev=728918&view=rev
Log:
added message for asymmetric matrices

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java?rev=728918&r1=728917&r2=728918&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java Tue Dec 23 02:17:53 2008
@@ -174,6 +174,8 @@
     // org.apache.commons.math.linear.EigenDecompositionImpl
     { "cannot solve degree {0} equation",
       "impossible de r\u00e9soudre une \u00e9quation de degr\u00e9 {0}" },
+    { "eigen decomposition of assymetric matrices not supported yet",
+      "la d\u00e9composition en valeurs/vecteurs propres de matrices non sym\u00e9triques n''est pas encore disponible" },
 
     // org.apache.commons.math.linear.NonSquareMatrixException
     { "a {0}x{1} matrix was provided instead of a square matrix",