GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>
#include <limits>
#include <vector>
#include "dim-vector.h"
#include "mxarray.h"
#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) |
Variables | |
template class OCTINTERP_API | octave_base_sparse< SparseBoolMatrix > |
|
static |
Definition at line 58 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 | ) |
template class OCTINTERP_API octave_base_sparse< SparseBoolMatrix > |
Definition at line 50 of file ov-bool-sparse.cc.