24 #if !defined (octave_ov_re_sparse_h)
25 #define octave_ov_re_sparse_h 1
107 double double_value (
bool =
false)
const;
109 double scalar_value (
bool frc_str_conv =
false)
const
110 {
return double_value (frc_str_conv); }
112 Matrix matrix_value (
bool =
false)
const;
114 Complex complex_value (
bool =
false)
const;
116 boolNDArray bool_array_value (
bool warn =
false)
const;
124 NDArray array_value (
bool =
false)
const;
134 octave_value convert_to_str_internal (
bool pad,
bool force,
char type)
const;
140 {
return os.
write (matrix, block_size, output_type, skip, flt_fmt); }
143 bool save_binary (std::ostream& os,
bool& save_as_floats);
145 bool load_binary (std::istream& is,
bool swap,
148 #if defined (HAVE_HDF5)
149 bool save_hdf5 (hid_t loc_id,
const char *name,
bool save_as_floats);
151 bool load_hdf5 (hid_t loc_id,
const char *name);
154 mxArray *as_mxArray (
void)
const;