GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Range.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include "dMatrix.h"
#include "dim-vector.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, 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)
 
OCTAVE_API Range operator- (const Range &r, double x)
 
OCTAVE_API Range operator- (double x, const Range &r)
 

Function Documentation

◆ operator*() [1/2]

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

Definition at line 149 of file Range.cc.

◆ operator*() [2/2]

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

Definition at line 148 of file Range.cc.

◆ operator+() [1/2]

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

Definition at line 145 of file Range.cc.

◆ operator+() [2/2]

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

Definition at line 144 of file Range.cc.

◆ operator-() [1/3]

OCTAVE_API Range operator- ( const Range r)

Definition at line 143 of file Range.cc.

◆ operator-() [2/3]

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

Definition at line 147 of file Range.cc.

◆ operator-() [3/3]

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

Definition at line 146 of file Range.cc.