mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 12:10:37 +08:00
mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom
This commit is contained in:
@@ -26,7 +26,7 @@ func TestLQ(t *testing.T) {
|
||||
}
|
||||
}
|
||||
var want Dense
|
||||
want.Clone(a)
|
||||
want.CloneFrom(a)
|
||||
|
||||
var lq LQ
|
||||
lq.Factorize(a)
|
||||
|
||||
Reference in New Issue
Block a user