comparison main/fixed/src/fixedNDArray.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
183 // i/o 183 // i/o
184 184
185 friend std::ostream& operator << (std::ostream& os, const FixedNDArray& a); 185 friend std::ostream& operator << (std::ostream& os, const FixedNDArray& a);
186 friend std::istream& operator >> (std::istream& is, FixedNDArray& a); 186 friend std::istream& operator >> (std::istream& is, FixedNDArray& a);
187 187
188 static FixedPoint resize_fill_value (void) { return FixedPoint(); }
189 }; 188 };
190 189
191 // FixedNDArray abs (const FixedNDArray &x); 190 // FixedNDArray abs (const FixedNDArray &x);
192 FixedNDArray cos (const FixedNDArray &x); 191 FixedNDArray cos (const FixedNDArray &x);
193 FixedNDArray cosh (const FixedNDArray &x); 192 FixedNDArray cosh (const FixedNDArray &x);