#include "octave-config.h"
#include <iosfwd>
#include "dMatrix.h"
#include "dim-vector.h"
#include "oct-sort.h"
Go to the source code of this file.
◆ operator*() [1/2]
OCTAVE_API Range operator* |
( |
const Range & |
r, |
|
|
double |
x |
|
) |
| |
◆ operator*() [2/2]
OCTAVE_API Range operator* |
( |
double |
x, |
|
|
const Range & |
r |
|
) |
| |
◆ operator+() [1/2]
OCTAVE_API Range operator+ |
( |
const Range & |
r, |
|
|
double |
x |
|
) |
| |
◆ operator+() [2/2]
OCTAVE_API Range operator+ |
( |
double |
x, |
|
|
const Range & |
r |
|
) |
| |
◆ operator-() [1/3]
◆ operator-() [2/3]
OCTAVE_API Range operator- |
( |
const Range & |
r, |
|
|
double |
x |
|
) |
| |
◆ operator-() [3/3]
OCTAVE_API Range operator- |
( |
double |
x, |
|
|
const Range & |
r |
|
) |
| |