GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
Range.h File Reference
#include <iosfwd>
#include "dMatrix.h"
#include "oct-sort.h"
Include dependency graph for Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Range
 

Functions

OCTAVE_API Range operator* (double x, const Range &r)
 
OCTAVE_API Range operator* (const Range &r, double x)
 
OCTAVE_API Range operator+ (double x, const Range &r)
 
OCTAVE_API Range operator+ (const Range &r, double x)
 
OCTAVE_API Range operator- (const Range &r)
 
OCTAVE_API Range operator- (double x, const Range &r)
 
OCTAVE_API Range operator- (const Range &r, double x)
 

Function Documentation

OCTAVE_API Range operator* ( double  x,
const Range r 
)
OCTAVE_API Range operator* ( const Range r,
double  x 
)
OCTAVE_API Range operator+ ( double  x,
const Range r 
)
OCTAVE_API Range operator+ ( const Range r,
double  x 
)
OCTAVE_API Range operator- ( const Range r)

Definition at line 388 of file Range.cc.

References Range::base(), Range::inc(), Range::limit(), and Range::nelem().

OCTAVE_API Range operator- ( double  x,
const Range r 
)
OCTAVE_API Range operator- ( const Range r,
double  x 
)