|
libROM
v1.0
Data-driven physical simulation library
|
This is the complete list of members for CAROM::Vector, including all inherited members.
| dim() const | CAROM::Vector | inline |
| distribute(const int local_dim) | CAROM::Vector | |
| distributed() const | CAROM::Vector | inline |
| gather() | CAROM::Vector | |
| getData() const | CAROM::Vector | inline |
| inner_product(const Vector &other) const | CAROM::Vector | |
| 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 | |
| localMin(int nmax=0) | CAROM::Vector | |
| minus(const Vector &other) const | CAROM::Vector | inline |
| minus(const Vector &other, Vector &result) const | CAROM::Vector | |
| mult(double factor) const | CAROM::Vector | inline |
| 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 double &a) | CAROM::Vector | |
| operator+=(const Vector &rhs) | CAROM::Vector | |
| 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, Vector &result) const | CAROM::Vector | |
| plusAx(double factor, const Vector &other) const | CAROM::Vector | inline |
| plusAx(double factor, const Vector &other, Vector &result) const | CAROM::Vector | |
| plusEqAx(double factor, const Vector &other) | CAROM::Vector | |
| print(const char *prefix) const | 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 | |
| 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 |