comparison main/fixed/src/fixedCNDArray.h @ 11277:7b7cd174847c octave-forge

fixed: remove obsolete resize_fill_value()
author jordigh
date Fri, 30 Nov 2012 20:11:09 +0000
parents d84d2fea3c90
children
comparison
equal deleted inserted replaced
11276:3f056f8b0358 11277:7b7cd174847c
247 247
248 friend std::ostream& operator << (std::ostream& os, 248 friend std::ostream& operator << (std::ostream& os,
249 const FixedComplexNDArray& a); 249 const FixedComplexNDArray& a);
250 friend std::istream& operator >> (std::istream& is, FixedComplexNDArray& a); 250 friend std::istream& operator >> (std::istream& is, FixedComplexNDArray& a);
251 251
252 static FixedPointComplex resize_fill_value (void)
253 { return FixedPointComplex(); }
254 }; 252 };
255 253
256 254
257 FixedNDArray real (const FixedComplexNDArray &x); 255 FixedNDArray real (const FixedComplexNDArray &x);
258 FixedNDArray imag (const FixedComplexNDArray &x); 256 FixedNDArray imag (const FixedComplexNDArray &x);