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:
parent
5340f4c335
commit
a579b0d8bd
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue