Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_eigen.cpp85 using FourRowMatrixR = Eigen::Matrix<float, 4, Eigen::Dynamic>; in TEST_SUBMODULE() typedef
265 m.def("partial_copy_four_rm_r", [](const FourRowMatrixR &m) -> FourRowMatrixR { return m; }); in TEST_SUBMODULE()