26 #if ! defined (octave_ov_bool_sparse_h)
27 #define octave_ov_bool_sparse_h 1
29 #include "octave-config.h"
85 type_conv_info numeric_conversion_function (
void)
const;
99 bool isreal (
void)
const {
return true; }
103 double double_value (
bool =
false)
const;
106 {
return double_value (frc_str_conv); }
108 Matrix matrix_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;
135 bool save_binary (std::ostream& os,
bool save_as_floats);
137 bool load_binary (std::istream& is,
bool swap,
140 bool save_hdf5 (
octave_hdf5_id loc_id,
const char *name,
bool save_as_floats);
144 mxArray * as_mxArray (
bool interleaved)
const;
bool is_bool_matrix(void) const
octave_base_value * empty_clone(void) const
octave_value map(unary_mapper_t umap) const
octave_sparse_bool_matrix(void)
octave_sparse_bool_matrix(const boolNDArray &m)
~octave_sparse_bool_matrix(void)=default
builtin_type_t builtin_type(void) const
octave::idx_vector index_vector(bool=false) const
bool isnumeric(void) const
octave_sparse_bool_matrix(const octave_sparse_bool_matrix &bm)
octave_sparse_bool_matrix(const SparseBoolMatrix &bnda, const MatrixType &t)
octave_base_value * clone(void) const
octave_sparse_bool_matrix(const SparseBoolMatrix &bnda)
double scalar_value(bool frc_str_conv=false) const
octave_sparse_bool_matrix(const Sparse< bool > &a)
bool islogical(void) const
SparseBoolMatrix sparse_bool_matrix_value(bool=false) const
octave_sparse_bool_matrix(const boolMatrix &m)
Array< octave_value > array_value(void) const
octave::idx_vector idx_vector
std::complex< double > Complex
static double as_double(OCTAVE_TIME_T sec, long usec)
#define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA