Functions

op-range.cc File Reference

#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"
Include dependency graph for op-range.cc:

Go to the source code of this file.

Functions

 CONVDECL (range_to_matrix)
 DEFUNOP (transpose, range)
 DEFUNOP (not, range)
void install_range_ops (void)

Function Documentation

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   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines