mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
mat: move SolveLQ* onto LQ
This commit is contained in:
@@ -99,7 +99,7 @@ func (m *Dense) Solve(a, b Matrix) error {
|
||||
default:
|
||||
var lq LQ
|
||||
lq.Factorize(a)
|
||||
return m.SolveLQ(&lq, false, b)
|
||||
return lq.Solve(m, false, b)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user