Searched refs:adjust_matrix (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_eigen.cpp62 template <typename MatrixArgType> Eigen::MatrixXd adjust_matrix(MatrixArgType m) { function
293 m.def("iss738_f1", &adjust_matrix<const Eigen::Ref<const Eigen::MatrixXd> &>, py::arg().noconvert());
294 m.def("iss738_f2", &adjust_matrix<const Eigen::Ref<const Eigen::Matrix<double, -1, -1, Eigen::RowMajor>> &>, py::arg().noconvert());

Completed in 5 milliseconds