GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
op-range.cc File Reference
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-range.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
Include dependency graph for op-range.cc:

Go to the source code of this file.

Functions

void install_range_ops (octave::type_info &ti)
 
static octave_base_valueoct_conv_range_to_matrix (const octave_base_value &a)
 
static octave_value oct_unop_uplus (const octave_base_value &a)
 

Function Documentation

◆ install_range_ops()

void install_range_ops ( octave::type_info &  ti)

Definition at line 52 of file op-range.cc.

References INSTALL_ASSIGNCONV_TI, INSTALL_UNOP_TI, INSTALL_WIDENOP_TI, and op_uplus().

◆ oct_conv_range_to_matrix()

static octave_base_value* oct_conv_range_to_matrix ( const octave_base_value a)
static

Definition at line 44 of file op-range.cc.

References ov_range< T >::array_value().

◆ oct_unop_uplus()

static octave_value oct_unop_uplus ( const octave_base_value a)
static

Definition at line 42 of file op-range.cc.