mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom

This commit is contained in:
Dan Kortschak
2019-06-05 07:48:01 +09:30
parent 14af50e936
commit c5f01565d8
15 changed files with 34 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ func TestLQ(t *testing.T) {
}
}
var want Dense
want.Clone(a)
want.CloneFrom(a)
var lq LQ
lq.Factorize(a)