diff src/ov-flt-cx-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-cx-diag.h	Sun Dec 07 10:29:34 2008 +0100
+++ b/src/ov-flt-cx-diag.h	Mon Dec 08 12:31:57 2008 +0100
@@ -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;