Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ conj
Method
conj
python/geom.py:161–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
return
np.array([self.x, self.y, self.z])
160
161
def
conj(self):
162
return
Vector3(self.x.conjugate(), self.y.conjugate(), self.z.conjugate())
163
164
def
scale(self, s):
165
x = self.x * s
Callers
2
ExH
Method · 0.95
cdot
Method · 0.95
Calls
1
Vector3
Class · 0.85
Tested by
no test coverage detected