comparison 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
comparison
equal deleted inserted replaced
8380:dbe67764e628 8381:ad896677a2e2
69 69
70 ComplexDiagMatrix complex_diag_matrix_value (bool = false) const; 70 ComplexDiagMatrix complex_diag_matrix_value (bool = false) const;
71 71
72 FloatComplexDiagMatrix float_complex_diag_matrix_value (bool = false) const; 72 FloatComplexDiagMatrix float_complex_diag_matrix_value (bool = false) const;
73 73
74 bool save_binary (std::ostream& os, bool& save_as_floats);
75
76 bool load_binary (std::istream& is, bool swap,
77 oct_mach_info::float_format fmt);
78
74 octave_value abs (void) const; 79 octave_value abs (void) const;
75 octave_value conj (void) const; 80 octave_value conj (void) const;
76 octave_value imag (void) const; 81 octave_value imag (void) const;
77 octave_value real (void) const; 82 octave_value real (void) const;
78 83