comparison src/ov-cx-mat.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
126 FloatComplexNDArray float_complex_array_value (bool = false) const; 126 FloatComplexNDArray float_complex_array_value (bool = false) const;
127 127
128 boolNDArray bool_array_value (bool warn = false) const; 128 boolNDArray bool_array_value (bool warn = false) const;
129 129
130 charNDArray char_array_value (bool frc_str_conv = false) const; 130 charNDArray char_array_value (bool frc_str_conv = false) const;
131 131
132 SparseMatrix sparse_matrix_value (bool = false) const; 132 SparseMatrix sparse_matrix_value (bool = false) const;
133 133
134 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const; 134 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const;
135 135
136 octave_value diag (octave_idx_type k = 0) const; 136 octave_value diag (octave_idx_type k = 0) const;
145 145
146 bool load_ascii (std::istream& is); 146 bool load_ascii (std::istream& is);
147 147
148 bool save_binary (std::ostream& os, bool& save_as_floats); 148 bool save_binary (std::ostream& os, bool& save_as_floats);
149 149
150 bool load_binary (std::istream& is, bool swap, 150 bool load_binary (std::istream& is, bool swap,
151 oct_mach_info::float_format fmt); 151 oct_mach_info::float_format fmt);
152 152
153 #if defined (HAVE_HDF5) 153 #if defined (HAVE_HDF5)
154 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); 154 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
155 155