Mercurial > hg > octave-lyh
comparison liboctave/fCColVector.h @ 10363:a0728e81ed25
improve diag matrix interface & implementation
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 26 Feb 2010 11:44:38 +0100 |
parents | 12884915a8e4 |
children | 96ed7c629bbd |
comparison
equal
deleted
inserted
replaced
10362:b47ab50a6aa8 | 10363:a0728e81ed25 |
---|---|
119 // other operations | 119 // other operations |
120 | 120 |
121 FloatComplex min (void) const; | 121 FloatComplex min (void) const; |
122 FloatComplex max (void) const; | 122 FloatComplex max (void) const; |
123 | 123 |
124 FloatColumnVector abs (void) const; | |
125 | |
124 // i/o | 126 // i/o |
125 | 127 |
126 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const FloatComplexColumnVector& a); | 128 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const FloatComplexColumnVector& a); |
127 friend OCTAVE_API std::istream& operator >> (std::istream& is, FloatComplexColumnVector& a); | 129 friend OCTAVE_API std::istream& operator >> (std::istream& is, FloatComplexColumnVector& a); |
128 | 130 |