24 #if !defined (octave_ov_bool_sparse_h)
25 #define octave_ov_bool_sparse_h 1
84 type_conv_info numeric_conversion_function (
void)
const;
102 double double_value (
bool =
false)
const;
104 double scalar_value (
bool frc_str_conv =
false)
const
105 {
return double_value (frc_str_conv); }
107 Matrix matrix_value (
bool =
false)
const;
109 NDArray array_value (
bool =
false)
const;
111 Complex complex_value (
bool =
false)
const;
119 boolMatrix bool_matrix_value (
bool =
false)
const;
130 octave_value convert_to_str_internal (
bool pad,
bool force,
char type)
const;
132 bool save_binary (std::ostream& os,
bool& save_as_floats);
134 bool load_binary (std::istream& is,
bool swap,
137 #if defined (HAVE_HDF5)
138 bool save_hdf5 (hid_t loc_id,
const char *name,
bool save_as_floats);
140 bool load_hdf5 (hid_t loc_id,
const char *name);
143 mxArray *as_mxArray (
void)
const;