43 #ifndef _fei_Aztec_LSVector_hpp_
44 #define _fei_Aztec_LSVector_hpp_
71 namespace fei_trilinos {
89 void scale (
double s);
92 double norm1 ()
const;
101 void put (
double scalar);
114 int inUpdate(
int globalIndex,
int& localIndex)
const;
int inUpdate(int globalIndex, int &localIndex) const
bool writeToFile(const char *fileName) 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)
virtual void assign(const Aztec_LSVector &rhs)
double dotProd(const Aztec_LSVector &y) const
const double * startPointer() const
Aztec_LSVector * newVector() const
virtual ~Aztec_LSVector()