Harmonise View signature with the rest of the API

This commit is contained in:
kortschak
2014-01-20 20:45:18 +10:30
parent 5a12150bde
commit 1a85feca5c
5 changed files with 18 additions and 19 deletions

View File

@@ -84,8 +84,8 @@ func (s *S) TestLQD(c *check.C) {
l := lq.L()
lt := NewDense(rows, cols, nil)
ltview := *lt
ltview.View(0, 0, cols, cols)
var ltview Dense
ltview.View(lt, 0, 0, cols, cols)
ltview.TCopy(l)
lq.applyQTo(lt, true)