This is the complete list of members for CAROM::Vector, including all inherited members.
| dim() const | CAROM::Vector | inline | 
| distributed() const | CAROM::Vector | inline | 
| getData() const | CAROM::Vector | inline | 
| inner_product(const Vector &other) const | CAROM::Vector | |
| inner_product(const Vector *other) const | CAROM::Vector | inline | 
| item(int i) const | CAROM::Vector | inline | 
| item(int i) | CAROM::Vector | inline | 
| local_read(const std::string &base_file_name, int rank) | CAROM::Vector | |
| minus(const Vector &other) const | CAROM::Vector | inline | 
| minus(const Vector *other) const | CAROM::Vector | inline | 
| minus(const Vector &other, Vector *&result) const | CAROM::Vector | |
| minus(const Vector &other, Vector &result) const | CAROM::Vector | |
| mult(double factor) const | CAROM::Vector | inline | 
| mult(double factor, Vector *&result) const | CAROM::Vector | |
| mult(double factor, Vector &result) const | CAROM::Vector | |
| norm() const | CAROM::Vector | |
| norm2() const | CAROM::Vector | |
| normalize() | CAROM::Vector | |
| operator()(int i) const | CAROM::Vector | inline | 
| operator()(int i) | CAROM::Vector | inline | 
| operator+=(const Vector &rhs) | CAROM::Vector | |
| operator=(const Vector &rhs) | CAROM::Vector | |
| operator=(const double &a) | CAROM::Vector | |
| plus(const Vector &other) const | CAROM::Vector | inline | 
| plus(const Vector *other) const | CAROM::Vector | inline | 
| plus(const Vector &other, Vector *&result) const | CAROM::Vector | |
| plus(const Vector &other, Vector &result) const | CAROM::Vector | |
| plusAx(double factor, const Vector &other) | CAROM::Vector | inline | 
| plusAx(double factor, const Vector *other) | CAROM::Vector | inline | 
| plusAx(double factor, const Vector &other, Vector *&result) const | CAROM::Vector | |
| plusAx(double factor, const Vector &other, Vector &result) const | CAROM::Vector | |
| plusEqAx(double factor, const Vector &other) | CAROM::Vector | |
| plusEqAx(double factor, const Vector *other) | CAROM::Vector | inline | 
| print(const char *prefix) | CAROM::Vector | |
| read(const std::string &base_file_name) | CAROM::Vector | |
| setSize(int dim) | CAROM::Vector | inline | 
| transform(std::function< void(const int size, double *vector)> transformer) | CAROM::Vector | |
| transform(Vector &result, std::function< void(const int size, double *vector)> transformer) const | CAROM::Vector | |
| transform(Vector *&result, std::function< void(const int size, double *vector)> transformer) const | CAROM::Vector | |
| transform(std::function< void(const int size, double *origVector, double *resultVector)> transformer) | CAROM::Vector | |
| transform(Vector &result, std::function< void(const int size, double *origVector, double *resultVector)> transformer) const | CAROM::Vector | |
| transform(Vector *&result, std::function< void(const int size, double *origVector, double *resultVector)> transformer) const | CAROM::Vector | |
| Vector() (defined in CAROM::Vector) | CAROM::Vector | |
| Vector(int dim, bool distributed) | CAROM::Vector | |
| Vector(double *vec, int dim, bool distributed, bool copy_data=true) | CAROM::Vector | |
| Vector(const Vector &other) | CAROM::Vector | |
| write(const std::string &base_file_name) | CAROM::Vector | |
| ~Vector() | CAROM::Vector | 
 1.8.5