| 237 | |
| 238 | public: |
| 239 | ReturnTester() { print_created(this); } |
| 240 | ReturnTester(const ReturnTester &) = default; |
| 241 | ~ReturnTester() { print_destroyed(this); } |
| 242 | static Eigen::MatrixXd create() { return Eigen::MatrixXd::Ones(10, 10); } |
no test coverage detected