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;
101 bool isreal (
void)
const {
return true; }
105 double double_value (
bool =
false)
const;
108 {
return double_value (frc_str_conv); }
110 Matrix matrix_value (
bool =
false)
const;
114 Complex complex_value (
bool =
false)
const;
122 boolMatrix bool_matrix_value (
bool =
false)
const;
133 octave_value convert_to_str_internal (
bool pad,
bool force,
char type)
const;
137 bool save_binary (std::ostream& os,
bool save_as_floats);
139 bool load_binary (std::istream& is,
bool swap,
146 mxArray * as_mxArray (
void)
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
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)
idx_vector index_vector(bool=false) const
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
std::complex< double > Complex
static double as_double(time_t sec, long usec)
#define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA