comparison liboctave/numeric/gsvd.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
comparison
equal deleted inserted replaced
29227:a009cb8ef68f 29228:5c14f81e0937
32 { 32 {
33 namespace math 33 namespace math
34 { 34 {
35 template <typename T> 35 template <typename T>
36 class 36 class
37 OCTAVE_API
37 gsvd 38 gsvd
38 { 39 {
39 public: 40 public:
40 41
41 enum class Type 42 enum class Type