#include <climits>
#include <iostream>
#include <vector>
#include "ov-base.h"
#include "ov-scalar.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "gripes.h"
#include "ops.h"
#include "oct-locbuf.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "ov-bool-sparse.h"
#include "ov-base-sparse.h"
#include "ov-base-sparse.cc"
Go to the source code of this file.
Functions | |
static octave_base_value * | default_numeric_conversion_function (const octave_base_value &a) |
DEFINE_OCTAVE_ALLOCATOR (octave_sparse_bool_matrix) | |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_sparse_bool_matrix,"sparse bool matrix","logical") | |
Variables | |
template class OCTINTERP_API | octave_base_sparse< SparseBoolMatrix > |
static octave_base_value* default_numeric_conversion_function | ( | const octave_base_value & | a | ) | [static] |
Definition at line 55 of file ov-bool-sparse.cc.
References CAST_CONV_ARG.
Referenced by octave_sparse_bool_matrix::numeric_conversion_function().
DEFINE_OCTAVE_ALLOCATOR | ( | octave_sparse_bool_matrix | ) |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA | ( | octave_sparse_bool_matrix | , | |
"sparse bool matrix" | , | |||
"logical" | ||||
) |
template class OCTINTERP_API octave_base_sparse< SparseBoolMatrix > |
Definition at line 48 of file ov-bool-sparse.cc.