comparison src/ov-cx-mat.h @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 768d3ad80bbf
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
119 119
120 void increment (void) { matrix += Complex (1.0); } 120 void increment (void) { matrix += Complex (1.0); }
121 121
122 void decrement (void) { matrix -= Complex (1.0); } 122 void decrement (void) { matrix -= Complex (1.0); }
123 123
124 bool save_ascii (std::ostream& os, bool& infnan_warned); 124 bool save_ascii (std::ostream& os);
125 125
126 bool load_ascii (std::istream& is); 126 bool load_ascii (std::istream& is);
127 127
128 bool save_binary (std::ostream& os, bool& save_as_floats); 128 bool save_binary (std::ostream& os, bool& save_as_floats);
129 129