mirror of
https://github.com/gonum/gonum.git
synced 2025-10-10 01:20:14 +08:00
Removed dead code in qr test
This commit is contained in:
@@ -62,16 +62,6 @@ func (s *S) TestQRD(c *check.C) {
|
|||||||
{19.4, 5.2, -26.1},
|
{19.4, 5.2, -26.1},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
{
|
|
||||||
name: "Fat",
|
|
||||||
a: [][]float64{
|
|
||||||
{1.3, 2.4, 8.9, 19.4},
|
|
||||||
{-2.6, 8.7, 9.1, 5.2},
|
|
||||||
{5.6, 5.8, 2.1, -26.1},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
*/
|
|
||||||
} {
|
} {
|
||||||
|
|
||||||
a := NewDense(flatten(test.a))
|
a := NewDense(flatten(test.a))
|
||||||
|
Reference in New Issue
Block a user