MCPcopy Create free account
hub / github.com/pybind/pybind11 / assign_both

Function assign_both

tests/test_eigen_matrix.py:253–255  ·  view source on GitHub ↗
(a1, a2, r, c, v)

Source from the content-addressed store, hash-verified

251
252
253def assign_both(a1, a2, r, c, v):
254 a1[r, c] = v
255 a2[r, c] = v
256
257
258def array_copy_but_one(a, r, c, v):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected