43 #ifndef _fei_Aztec_LSVector_hpp_
44 #define _fei_Aztec_LSVector_hpp_
47 #include <fei_SharedPtr.hpp>
71 namespace fei_trilinos {
89 void scale (
double s);
92 double norm1 ()
const;
98 double& operator [] (
int index);
99 const double& operator [] (
int index)
const;
101 void put (
double scalar);
103 const double* startPointer()
const {
return localCoeffs_;};
106 bool readFromFile(
const char *fileName);
107 bool writeToFile(
const char *fileName)
const;
114 int inUpdate(
int globalIndex,
int& localIndex)
const;
117 double *localCoeffs_;