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

Function test_dense

tests/test_eigen_matrix.py:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_dense():
41 assert_equal_ref(m.dense_r())
42 assert_equal_ref(m.dense_c())
43 assert_equal_ref(m.dense_copy_r(m.dense_r()))
44 assert_equal_ref(m.dense_copy_c(m.dense_c()))
45 assert_equal_ref(m.dense_copy_r(m.dense_c()))
46 assert_equal_ref(m.dense_copy_c(m.dense_r()))
47
48
49def test_partially_fixed():

Callers

nothing calls this directly

Calls 1

assert_equal_refFunction · 0.85

Tested by

no test coverage detected