mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
added message for asymmetric matrices
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@728918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c48638cc5
commit
febffccc41
@ -174,6 +174,8 @@ public class MessagesResources_fr
|
||||
// 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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user