comparison src/ov-perm.h @ 8376:c43481a19bfe

implement ASCII saving of diag & perm matrices
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 05 Dec 2008 12:51:48 +0100
parents c3f7e2549abb
children ad896677a2e2
comparison
equal deleted inserted replaced
8375:e3c9102431a9 8376:c43481a19bfe
181 181
182 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 182 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
183 183
184 bool save_ascii (std::ostream& os); 184 bool save_ascii (std::ostream& os);
185 185
186 bool save_binary (std::ostream& os, bool& save_as_floats); 186 bool load_ascii (std::istream& is);
187
188 #if defined (HAVE_HDF5)
189 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
190 #endif
191 187
192 int write (octave_stream& os, int block_size, 188 int write (octave_stream& os, int block_size,
193 oct_data_conv::data_type output_type, int skip, 189 oct_data_conv::data_type output_type, int skip,
194 oct_mach_info::float_format flt_fmt) const; 190 oct_mach_info::float_format flt_fmt) const;
195 191