ports/math/gambit/files/patch-library_src_matrix.cc
Yuri Victorovich 5def8ab192 math/gambit: Update 15.1.1 -> 16.0.1
Reported by:	portscout
2018-12-01 17:37:57 +00:00

18 lines
458 B
C++

--- 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<double>;
template class Matrix<Rational>;
template class Matrix<Integer>;
template class Matrix<int>;
+}
+
template Vector<double> Gambit::operator*(const Vector<double> &,
const Matrix<double> &);
template Vector<Rational> Gambit::operator*(const Vector<Rational> &,