comparison liboctave/CColVector.h @ 2676:a5a300c61159

[project @ 1997-02-14 03:16:06 by jwe]
author jwe
date Fri, 14 Feb 1997 03:16:12 +0000
parents 4fc9fd1424a9
children 8b262e771614
comparison
equal deleted inserted replaced
2675:5b13fb88db90 2676:a5a300c61159
170 friend ComplexColumnVector operator * (const ComplexDiagMatrix& a, 170 friend ComplexColumnVector operator * (const ComplexDiagMatrix& a,
171 const ComplexColumnVector& b); 171 const ComplexColumnVector& b);
172 172
173 // other operations 173 // other operations
174 174
175 friend ComplexColumnVector map (c_c_Mapper f, const ComplexColumnVector& a); 175 ComplexColumnVector map (c_c_Mapper f) const;
176 void map (c_c_Mapper f); 176 ColumnVector map (d_c_Mapper f) const;
177
178 ComplexColumnVector& apply (c_c_Mapper f);
177 179
178 Complex min (void) const; 180 Complex min (void) const;
179 Complex max (void) const; 181 Complex max (void) const;
180 182
181 // i/o 183 // i/o