// // matrix_dummy.cpp // matrix // // Created by Sam Jaffe on 6/3/18. // #include "matrix.hpp" namespace math { namespace matrix { template class matrix<int, 2, 2>; } }