--- library/src/matrix.cc.orig 2018-12-01 16:51:25 UTC +++ library/src/matrix.cc @@ -25,11 +25,15 @@ using namespace Gambit; +namespace Gambit { + template class Matrix; template class Matrix; template class Matrix; template class Matrix; +} + template Vector Gambit::operator*(const Vector &, const Matrix &); template Vector Gambit::operator*(const Vector &,