#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"
Go to the source code of this file.
Functions | |
void | install_range_ops (octave::type_info &ti) |
static octave_base_value * | oct_conv_range_to_matrix (const octave_base_value &a) |
static octave_value | oct_unop_uplus (const octave_base_value &a) |
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().
|
static |
Definition at line 44 of file op-range.cc.
References ov_range< T >::array_value().
|
static |
Definition at line 42 of file op-range.cc.