43 #ifndef _fei_Aztec_LSVector_hpp_ 44 #define _fei_Aztec_LSVector_hpp_ 89 void scale (
double s);
92 double norm1 ()
const;
101 void put (
double scalar);
114 int inUpdate(
int globalIndex,
int& localIndex)
const;
const double * startPointer() const
int inUpdate(int globalIndex, int &localIndex) const
Aztec_LSVector(fei::SharedPtr< Aztec_Map > map, int *data_org)
bool readFromFile(const char *fileName)
void addVec(double s, const Aztec_LSVector &c)
Aztec_LSVector & operator=(const Aztec_LSVector &rhs)
fei::SharedPtr< Aztec_Map > amap_
double & operator[](int index)
double dotProd(const Aztec_LSVector &y) const
Aztec_LSVector * newVector() const
virtual void assign(const Aztec_LSVector &rhs)
virtual ~Aztec_LSVector()
bool writeToFile(const char *fileName) const