changeset 22275:e70183e8264f

* MatrixType.cc: Instantiate template constructors we need.
author John W. Eaton <jwe@octave.org>
date Thu, 11 Aug 2016 19:22:25 -0400
parents edcad35c364f
children dd0d2a27e5b3
files liboctave/array/MatrixType.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/MatrixType.cc	Thu Aug 11 16:26:56 2016 -0400
+++ b/liboctave/array/MatrixType.cc	Thu Aug 11 19:22:25 2016 -0400
@@ -977,3 +977,8 @@
 
   return retval;
 }
+
+// Instantiate MatrixType template constructors that we need.
+
+template MatrixType::MatrixType (const MSparse<double>&);
+template MatrixType::MatrixType (const MSparse<Complex>&);