Mercurial > hg > octave-nkf
diff liboctave/dDiagMatrix.h @ 6153:e60688a1ea07
[project @ 2006-11-13 17:30:54 by jwe]
author | jwe |
---|---|
date | Mon, 13 Nov 2006 17:30:55 +0000 |
parents | 143b556ce725 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/dDiagMatrix.h +++ b/liboctave/dDiagMatrix.h @@ -72,8 +72,8 @@ DiagMatrix transpose (void) const; - friend DiagMatrix real (const ComplexDiagMatrix& a); - friend DiagMatrix imag (const ComplexDiagMatrix& a); + friend OCTAVE_API DiagMatrix real (const ComplexDiagMatrix& a); + friend OCTAVE_API DiagMatrix imag (const ComplexDiagMatrix& a); // resize is the destructive analog for this one @@ -97,7 +97,7 @@ // i/o - friend std::ostream& operator << (std::ostream& os, const DiagMatrix& a); + friend OCTAVE_API std::ostream& operator << (std::ostream& os, const DiagMatrix& a); private: