Mercurial > hg > octave-nkf
diff liboctave/CRowVector.h @ 13719:8547cde2a568
Export missing symbols.
* CRowVector.h (operator*): Add OCTAVE_API decorator.
* fCRowVector.h (operator*): Likewise.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Wed, 19 Oct 2011 12:00:31 +0100 |
parents | a83bad07f7e3 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/liboctave/CRowVector.h +++ b/liboctave/CRowVector.h @@ -125,9 +125,9 @@ // row vector by column vector -> scalar -Complex operator * (const ComplexRowVector& a, const ColumnVector& b); +Complex OCTAVE_API operator * (const ComplexRowVector& a, const ColumnVector& b); -Complex operator * (const ComplexRowVector& a, const ComplexColumnVector& b); +Complex OCTAVE_API operator * (const ComplexRowVector& a, const ComplexColumnVector& b); // other operations