GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros
ov-scalar.h File Reference
#include <cstdlib>
#include <iosfwd>
#include <string>
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "lo-utils.h"
#include "mx-base.h"
#include "str-vec.h"
#include "gripes.h"
#include "ov-base.h"
#include "ov-re-mat.h"
#include "ov-base-scalar.h"
#include "ov-typeinfo.h"
Include dependency graph for ov-scalar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave_scalar
 

Macros

#define DEFINE_INT_SCALAR_VALUE(TYPE)
 

Macro Definition Documentation

#define DEFINE_INT_SCALAR_VALUE (   TYPE)
Value:
octave_ ## TYPE \
TYPE ## _scalar_value (void) const \
{ return octave_ ## TYPE (scalar); }
static bool scalar(const dim_vector &dims)
Definition: ov-struct.cc:736

Definition at line 125 of file ov-scalar.h.