Navigation

Operators and Keywords

Function List:

C++ API

ov-bool-mat.h File Reference

#include <cstdlib>
#include <iosfwd>
#include <string>
#include "mx-base.h"
#include "oct-alloc.h"
#include "error.h"
#include "oct-stream.h"
#include "ov-base.h"
#include "ov-base-mat.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
#include "MatrixType.h"

Include dependency graph for ov-bool-mat.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  octave_bool_matrix

Defines

#define octave_bool_matrix_h   1
#define BOOL_MAT_MAPPER(MAP)

Define Documentation

#define BOOL_MAT_MAPPER ( MAP   ) 

Value:

octave_value MAP (void) const \
    { \
      octave_matrix m (array_value ()); \
      return m.MAP (); \
    }

#define octave_bool_matrix_h   1