Navigation

Operators and Keywords

Function List:

C++ API

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

Defines

#define octave_Range_h   1

Functions

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)
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)

Define Documentation

#define octave_Range_h   1


Function Documentation

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+ ( 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  )