Searched refs:FourRowMatrixR (Results 1 – 1 of 1) sorted by relevance
85 using FourRowMatrixR = Eigen::Matrix<float, 4, Eigen::Dynamic>; in TEST_SUBMODULE() typedef265 m.def("partial_copy_four_rm_r", [](const FourRowMatrixR &m) -> FourRowMatrixR { return m; }); in TEST_SUBMODULE()