diff liboctave/numeric/svd.h @ 29228:5c14f81e0937

Set API tags in files in liboctave/numeric (patch #8919). Add API tag to template class definitions. Add API tag to (un-defined) functions and member functions in headers. Export template class instantiations and template functions from .cc files.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 29 Dec 2020 17:51:23 +0100
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/liboctave/numeric/svd.h	Tue Dec 29 17:41:39 2020 +0100
+++ b/liboctave/numeric/svd.h	Tue Dec 29 17:51:23 2020 +0100
@@ -36,6 +36,7 @@
   {
     template <typename T>
     class
+    OCTAVE_API
     svd
     {
     public: