comparison src/ov-str-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 c68896f193e3
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
128 128
129 bool print_as_scalar (void) const { return (rows () <= 1); } 129 bool print_as_scalar (void) const { return (rows () <= 1); }
130 130
131 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 131 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
132 132
133 bool save_ascii (std::ostream& os, bool& infnan_warned); 133 bool save_ascii (std::ostream& os);
134 134
135 bool load_ascii (std::istream& is); 135 bool load_ascii (std::istream& is);
136 136
137 bool save_binary (std::ostream& os, bool& save_as_floats); 137 bool save_binary (std::ostream& os, bool& save_as_floats);
138 138