GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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* (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- (const Range &r)
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 
)

Definition at line 429 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), and Range::nelem().

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

Definition at line 438 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), Range::nelem(), and x.

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

Definition at line 393 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), and Range::nelem().

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

Definition at line 402 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), Range::nelem(), and x.

OCTAVE_API Range operator- ( const Range r)

Definition at line 388 of file Range.cc.

References Range::base(), Range::inc(), and Range::nelem().

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

Definition at line 411 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), and Range::nelem().

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

Definition at line 420 of file Range.cc.

References Range::base(), Range::cache, Range::inc(), Range::matrix_value(), Range::nelem(), and x.