STK++ 1.0
STK_Range.h File Reference

In this file we define the class Range, a range of Index denoting a sub-vector region. More...

#include "STK_Integer.h"
#include "STK_Stream.h"
Include dependency graph for STK_Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::Range
 Index sub-vector region. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

Range STK::operator- (Range const &I, Integer const &dec)
 return an Index applying Range::dec() to I
Range STK::operator+ (Range const &I, Integer const &inc)
 return an Index applying Range::inc() to I

Detailed Description

In this file we define the class Range, a range of Index denoting a sub-vector region.

Definition in file STK_Range.h.