Mercurial > hg > octave-nkf
diff src/ov-flt-re-diag.h @ 8381:ad896677a2e2
implement binary saving of diag & perm matrices
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 08 Dec 2008 12:31:57 +0100 |
parents | 8b1a2555c4e2 |
children | d95282fa0579 |
line wrap: on
line diff
--- a/src/ov-flt-re-diag.h +++ b/src/ov-flt-re-diag.h @@ -71,6 +71,11 @@ FloatComplexDiagMatrix float_complex_diag_matrix_value (bool = false) const; + bool save_binary (std::ostream& os, bool& save_as_floats); + + bool load_binary (std::istream& is, bool swap, + oct_mach_info::float_format fmt); + octave_value abs (void) const; octave_value conj (void) const; octave_value imag (void) const;