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

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)

Function Documentation

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,
double  x 
)
OCTAVE_API Range operator+ ( double  x,
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- ( const Range r  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines