comparison src/ov-bool-mat.h @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 57077d0ddc8e
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5278:fe23ec6763b7 5279:bd32f770c09a
115 { return SparseComplexMatrix (ComplexMatrix (matrix.matrix_value ())); } 115 { return SparseComplexMatrix (ComplexMatrix (matrix.matrix_value ())); }
116 116
117 SparseBoolMatrix sparse_bool_matrix_value (bool = false) const 117 SparseBoolMatrix sparse_bool_matrix_value (bool = false) const
118 { return SparseBoolMatrix (matrix.matrix_value ()); } 118 { return SparseBoolMatrix (matrix.matrix_value ()); }
119 119
120 octave_value convert_to_str_internal (bool pad, bool force) const; 120 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
121 121
122 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 122 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
123 123
124 bool save_ascii (std::ostream& os, bool& infnan_warned, 124 bool save_ascii (std::ostream& os, bool& infnan_warned,
125 bool strip_nan_and_inf); 125 bool strip_nan_and_inf);