MCPcopy Create free account
hub / github.com/NanoComp/meep / func

Method func

python/adjoint/filter_source.py:168–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return np.inner(vec, self.nodes)
167
168 def func(self):
169 def _f(t):
170 return self(t)
171
172 return _f
173
174 def estimate_impulse_response(self, H):
175 # Use a Vandermonde matrix to calculate the weights of each Gaussian

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected