Navigation

Operators and Keywords

Function List:

C++ API

ov-range.cc File Reference

#include <iostream>
#include "lo-ieee.h"
#include "lo-utils.h"
#include "defun.h"
#include "variables.h"
#include "gripes.h"
#include "ops.h"
#include "oct-obj.h"
#include "ov-range.h"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "pr-output.h"
#include "byte-swap.h"
#include "ls-ascii-helper.h"
#include "ls-hdf5.h"
#include "ls-utils.h"
Include dependency graph for ov-range.cc:

Functions

 DEFINE_OCTAVE_ALLOCATOR (octave_range)
 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_range,"range","double")
 DEFUN (allow_noninteger_range_as_index, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{val} =} allow_noninteger_range_as_index ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} allow_noninteger_range_as_index (@var{new_val})\n\ Query or set the internal variable that controls whether non-integer\n\ ranges are allowed as indices. This might be useful for @sc{matlab}\n\ compatibility; however, it is still not entirely compatible because\n\ @sc{matlab} treats the range expression differently in different contexts.\n\ @end deftypefn")

Variables

bool Vallow_noninteger_range_as_index = false

Function Documentation

DEFINE_OCTAVE_ALLOCATOR ( octave_range   ) 
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA ( octave_range  ,
"range"  ,
"double"   
)
DEFUN ( allow_noninteger_range_as_index  ,
args  ,
nargout   
)

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines