updated an exclusion filter for findbugs after recent changes in eigen decomposition

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@917280 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-02-28 19:55:07 +00:00
parent 5340f4c335
commit a579b0d8bd
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</Match>
<Match>
<Class name="org.apache.commons.math.linear.EigenDecompositionImpl" />
<Method name="computeShiftIncrement" params="int,int,int" returns="void" />
<Method name="findEigenVectors" params="double[][]" returns="void" />
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>