Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0
-
None
-
None
-
jdk1.7.0_13 32bit, Netbeans 7.2.1, Win7 x64
Description
//Create coefficient (A) Matrix
RealMatrix coefficients =
new Array2DRowRealMatrix(coeffs);
SingularValueDecomposition svd = new SingularValueDecomposition(coefficients);
//When coeffs is a 2x2 matrix with all elements Nan, the constructor blocks indefinitely /w 100% CPU usage