#include <iosfwd>
#include "dMatrix.h"
#include "oct-sort.h"
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 octave_Range_h 1 |