Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ _df
Method
_df
python/adjoint/optimization_problem.py:239–241 ·
view source on GitHub ↗
(x=None)
Source
from the content-addressed store, hash-verified
237
return
fq
238
239
def
_df(x=None):
240
(_, df) = self.__call__(need_value=False)
241
return
df
242
243
return
_f, _df
244
Callers
nothing calls this directly
Calls
1
__call__
Method · 0.95
Tested by
no test coverage detected