Navigation

Operators and Keywords

Function List:

C++ API

ov-ch-mat.h File Reference

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

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

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

Go to the source code of this file.


Classes

class  octave_char_matrix

Defines

#define octave_char_matrix_h   1
#define MAT_MAPPER(MAP)
#define BOOL_MAT_MAPPER(MAP, VAL)

Define Documentation

#define BOOL_MAT_MAPPER ( MAP,
VAL   ) 

Value:

octave_value MAP (void) const \
    { \
      return boolNDArray (matrix.dims (), VAL); \
    }

#define MAT_MAPPER ( MAP   ) 

Value:

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

#define octave_char_matrix_h   1