#include <cstdlib>
#include <iosfwd>
#include <string>
#include "mx-base.h"
#include "oct-alloc.h"
#include "str-vec.h"
#include "error.h"
#include "oct-stream.h"
#include "ov-base.h"
#include "ov-typeinfo.h"
#include "boolSparse.h"
#include "ov-base-sparse.h"
#include "ov-re-sparse.h"
Go to the source code of this file.
Classes | |
class | octave_sparse_bool_matrix |
Defines | |
#define | octave_sparse_bool_matrix_h 1 |
#define | BOOL_SPARSE_MAPPER(MAP) |
#define BOOL_SPARSE_MAPPER | ( | MAP | ) |
Value:
octave_value MAP (void) const \ { \ octave_sparse_matrix m (sparse_matrix_value ()); \ return m.MAP (); \ }
#define octave_sparse_bool_matrix_h 1 |