Home
last modified time | relevance | path

Searched refs:array_copy_but_one (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_eigen.py247 def array_copy_but_one(a, r, c, v): function
278 c1want = array_copy_but_one(master, 7, 7, -44)
283 c2want = array_copy_but_one(master, 4, 4, -22)
304 c3want = array_copy_but_one(master, 8, 1, 11)
309 c4want = array_copy_but_one(master, 8, 4, 88)
328 c5want = array_copy_but_one(master[2:4, 2:5], 1, 1, 777)