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

Function test_fixed

tests/test_eigen_matrix.py:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def test_fixed():
32 assert_equal_ref(m.fixed_c())
33 assert_equal_ref(m.fixed_r())
34 assert_equal_ref(m.fixed_copy_r(m.fixed_r()))
35 assert_equal_ref(m.fixed_copy_c(m.fixed_c()))
36 assert_equal_ref(m.fixed_copy_r(m.fixed_c()))
37 assert_equal_ref(m.fixed_copy_c(m.fixed_r()))
38
39
40def test_dense():

Callers

nothing calls this directly

Calls 1

assert_equal_refFunction · 0.85

Tested by

no test coverage detected