#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-range.h"
#include "ov-ch-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
CONVDECL (range_to_matrix) | |
DEFUNOP (transpose, range) | |
DEFUNOP (not, range) | |
void | install_range_ops (void) |
CONVDECL | ( | range_to_matrix | ) |
Definition at line 89 of file op-range.cc.
References CAST_CONV_ARG.
DEFUNOP | ( | transpose | , | |
range | ||||
) |
Definition at line 56 of file op-range.cc.
References CAST_UNOP_ARG, and octave_value().
DEFUNOP | ( | not | , | |
range | ||||
) |
Definition at line 46 of file op-range.cc.
References CAST_UNOP_ARG, and octave_value().
void install_range_ops | ( | void | ) |
Definition at line 97 of file op-range.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_UNOP, INSTALL_WIDENOP, and transpose().