Added Fat QR test

This commit is contained in:
btracey
2014-01-08 12:17:44 -08:00
parent f375e1ed84
commit 3fb71a63c2

View File

@@ -63,6 +63,14 @@ func (s *S) TestQRD(c *check.C) {
{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))