mirror of
https://github.com/gonum/gonum.git
synced 2025-10-14 03:13:46 +08:00
Harmonise View signature with the rest of the API
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user