37#ifndef DISTRIBUTEDVECTOR_HPP_
38#define DISTRIBUTEDVECTOR_HPP_
45#include "DistributedVectorException.hpp"
58 friend class TestDistributedVector;
239 if (
mLo <= globalIndex && globalIndex <
mHi)
296 if (
mLo <= globalIndex && globalIndex <
mHi)
double & operator[](Iterator index)
Chunk(DistributedVector parallelVec, unsigned chunk)
double & operator[](unsigned globalIndex)
bool operator!=(const Iterator &rOther)
double & operator[](unsigned globalIndex)
double & operator[](Iterator index)
DistributedVectorFactory * GetFactory()
Stripe(DistributedVector parallelVec, unsigned stripe)
DistributedVectorFactory * mpFactory
double & operator[](unsigned globalIndex)
bool IsGlobalIndexLocal(unsigned globalIndex)
DistributedVectorFactory * GetFactory()
DistributedVectorFactory * mpFactory