Mercurial > hg > octave-lyh
comparison src/ov-str-mat.h @ 5958:85c7dc4afe6b
[project @ 2006-08-23 18:35:38 by jwe]
author | jwe |
---|---|
date | Wed, 23 Aug 2006 18:35:39 +0000 |
parents | cdef72fcd206 |
children | c68896f193e3 |
comparison
equal
deleted
inserted
replaced
5957:370f785718be | 5958:85c7dc4afe6b |
---|---|
127 | 127 |
128 bool print_as_scalar (void) const { return (rows () <= 1); } | 128 bool print_as_scalar (void) const { return (rows () <= 1); } |
129 | 129 |
130 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; | 130 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; |
131 | 131 |
132 bool save_ascii (std::ostream& os, bool& infnan_warned, | 132 bool save_ascii (std::ostream& os, bool& infnan_warned); |
133 int strip_nan_and_inf); | |
134 | 133 |
135 bool load_ascii (std::istream& is); | 134 bool load_ascii (std::istream& is); |
136 | 135 |
137 bool save_binary (std::ostream& os, bool& save_as_floats); | 136 bool save_binary (std::ostream& os, bool& save_as_floats); |
138 | 137 |