Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/src/ov-perm.h +++ b/src/ov-perm.h @@ -183,11 +183,7 @@ bool save_ascii (std::ostream& os); - bool save_binary (std::ostream& os, bool& save_as_floats); - -#if defined (HAVE_HDF5) - bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); -#endif + bool load_ascii (std::istream& is); int write (octave_stream& os, int block_size, oct_data_conv::data_type output_type, int skip,