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+ (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)

Function Documentation

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

Definition at line 371 of file Range.cc.

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

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

Definition at line 380 of file Range.cc.

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

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

Definition at line 344 of file Range.cc.

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

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

Definition at line 335 of file Range.cc.

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

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

Definition at line 353 of file Range.cc.

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

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

Definition at line 362 of file Range.cc.

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

OCTAVE_API Range operator- ( const Range r  ) 

Definition at line 330 of file Range.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines