mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
remove duplicate evalSmall
This commit is contained in:
@@ -469,10 +469,6 @@ class Simple(BaseRegularization):
|
|||||||
self._W = sp.vstack(wlist)
|
self._W = sp.vstack(wlist)
|
||||||
return self._W
|
return self._W
|
||||||
|
|
||||||
@Utils.timeIt
|
|
||||||
def _evalSmall(self, m):
|
|
||||||
r = self.Wsmall * ( self.mapping * (m - self.mref) )
|
|
||||||
return 0.5 * r.dot(r)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def W(self):
|
def W(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user