comparison src/ov-base-sparse.h @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 85c7dc4afe6b
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
139 139
140 void print_info (std::ostream& os, const std::string& prefix) const; 140 void print_info (std::ostream& os, const std::string& prefix) const;
141 141
142 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 142 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
143 143
144 bool save_ascii (std::ostream& os, bool& infnan_warned); 144 bool save_ascii (std::ostream& os);
145 145
146 bool load_ascii (std::istream& is); 146 bool load_ascii (std::istream& is);
147 147
148 // Unsafe. These functions exists to support the MEX interface. 148 // Unsafe. These functions exists to support the MEX interface.
149 // You should not use them anywhere else. 149 // You should not use them anywhere else.