Skip to content
Snippets Groups Projects
Commit a7c3810d authored by brunner's avatar brunner
Browse files

No commit message

No commit message
parent 825ed281
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,6 @@ class Optimizer(object):
self.Hx[m] = self.Hx[m] + fac * res
self.HX_prime[m, :] = self.HX_prime[m, :] - alpha * fac * self.HX_prime[n, :]
def bulk_minimum_least_squares(self):
""" Make minimum least squares solution by solving matrix equations"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment