24 #if !defined (octave_ov_bool_sparse_h)
25 #define octave_ov_bool_sparse_h 1
83 type_conv_info numeric_conversion_function (
void)
const;
103 double double_value (
bool =
false)
const;
106 {
return double_value (frc_str_conv); }
108 Matrix matrix_value (
bool =
false)
const;
110 NDArray array_value (
bool =
false)
const;
112 Complex complex_value (
bool =
false)
const;
120 boolMatrix bool_matrix_value (
bool =
false)
const;
131 octave_value convert_to_str_internal (
bool pad,
bool force,
char type)
const;
133 bool save_binary (std::ostream& os,
bool& save_as_floats);
135 bool load_binary (std::istream& is,
bool swap,
138 bool save_hdf5 (
octave_hdf5_id loc_id,
const char *name,
bool save_as_floats);
142 mxArray *as_mxArray (
void)
const;
~octave_sparse_bool_matrix(void)
octave_value map(unary_mapper_t umap) const
octave_base_value * clone(void) const
octave_base_value * empty_clone(void) const
idx_vector index_vector(bool=false) const
octave_sparse_bool_matrix(const SparseBoolMatrix &bnda)
SparseBoolMatrix sparse_bool_matrix_value(bool=false) const
bool is_bool_matrix(void) const
octave_value map(unary_mapper_t umap) const
bool is_real_type(void) const
#define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
octave_sparse_bool_matrix(const boolNDArray &m)
builtin_type_t builtin_type(void) const
double scalar_value(bool frc_str_conv=false) const
bool is_bool_type(void) const
bool is_numeric_type(void) const
octave_sparse_bool_matrix(void)
octave_sparse_bool_matrix(const Sparse< bool > &a)
octave_sparse_bool_matrix(const boolMatrix &m)
std::complex< double > Complex
octave_sparse_bool_matrix(const SparseBoolMatrix &bnda, const MatrixType &t)
octave_sparse_bool_matrix(const octave_sparse_bool_matrix &bm)