24 #if !defined (octave_ov_cx_sparse_h)
25 #define octave_ov_cx_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;
120 charNDArray char_array_value (
bool frc_str_conv =
false)
const;
135 return os.
write (matrix_value (
true), block_size, output_type,
140 bool save_binary (std::ostream& os,
bool& save_as_floats);
142 bool load_binary (std::istream& is,
bool swap,
145 #if defined (HAVE_HDF5)
146 bool save_hdf5 (hid_t loc_id,
const char *name,
bool save_as_floats);
148 bool load_hdf5 (hid_t loc_id,
const char *name);
151 mxArray *as_mxArray (
void)
const;