| add(const Function< F > &fnc, F sc) | concepts::Vector< F > | virtual |
| add(const Vector< H > &fnc, F sc, uint offset=0) | concepts::Vector< F > | |
| add(const Vector< H > &fnc) | concepts::Vector< F > | inline |
| apply(F fnc(const F &)) | concepts::Vector< F > | |
| assemble(const Space< G > &spc, const LinearForm< F, G > &lf) | concepts::Vector< F > | |
| data() const | concepts::Vector< F > | inline |
| data_ | concepts::Vector< F > | protected |
| fillEntries_(const Space< G > &spc, const LinearForm< F, G > &lf) | concepts::Vector< F > | protected |
| info(std::ostream &os) const | concepts::Vector< F > | protectedvirtual |
| l1() const | concepts::Vector< F > | |
| l2() const | concepts::Vector< F > | inline |
| l2_2() const | concepts::Vector< F > | |
| max() const | concepts::Vector< F > | |
| n() const | concepts::Vector< F > | inline |
| operator F*() const | concepts::Vector< F > | inline |
| operator()(uint i) | concepts::Vector< F > | inlinevirtual |
| operator()(uint i) const | concepts::Vector< F > | inlinevirtual |
| operator*(F c) const | concepts::Vector< F > | |
| operator*(const Vector< F > &fnc) const | concepts::Vector< F > | |
| operator*=(F sc) | concepts::Vector< F > | virtual |
| operator+(const Function< F > &fnc) const | concepts::Vector< F > | |
| operator+(F c) const | concepts::Vector< F > | |
| operator+=(const Function< F > &fnc) | concepts::Vector< F > | virtual |
| operator+=(F c) | concepts::Vector< F > | virtual |
| operator-(const Function< F > &fnc) const | concepts::Vector< F > | |
| operator-(F c) const | concepts::Vector< F > | |
| operator-=(const Function< F > &fnc) | concepts::Vector< F > | virtual |
| operator-=(F c) | concepts::Vector< F > | virtual |
| operator/(F c) const | concepts::Vector< F > | |
| operator/=(F sc) | concepts::Vector< F > | virtual |
| operator=(const Function< F > &fnc) | concepts::Vector< F > | virtual |
| operator=(const Vector< F > &fnc) | concepts::Vector< F > | |
| operator=(const Function< H > &fnc) | concepts::Vector< F > | |
| operator=(F c) | concepts::Vector< F > | |
| resize(uint n) | concepts::Vector< F > | inlinevirtual |
| reverse() | concepts::Vector< F > | |
| size() const | concepts::Vector< F > | inline |
| storeMatlab(const char *filename, const char *name=0, bool append=false) const | concepts::Vector< F > | |
| storeMatlabCounter_ | concepts::Vector< F > | privatestatic |
| v_ | concepts::Vector< F > | private |
| Vector(const Vector< F > &f) | concepts::Vector< F > | |
| Vector(const Vector< H > &f) | concepts::Vector< F > | |
| Vector(const Space< G > &spc) | concepts::Vector< F > | inline |
| Vector(const uint dim=0) | concepts::Vector< F > | inline |
| Vector(const Space< G > &spc, const LinearForm< F, G > &lf) | concepts::Vector< F > | |
| Vector(const Space< G > &spc, const std::string &fname) | concepts::Vector< F > | |
| Vector(const Space< G > &spc, F *data) | concepts::Vector< F > | inline |
| Vector(uint dim, F *data) | concepts::Vector< F > | inline |
| Vector(const Vector< H > &fncX, F fnc(const H &)) | concepts::Vector< F > | |
| Vector(const Vector< H > &fncX, const F &fnc(const H &)) | concepts::Vector< F > | |
| Vector(const Vector< typename Realtype< F >::type > &V_R, const Vector< typename Realtype< F >::type > &V_I) | concepts::Vector< F > | |
| Vector(const Vector< H > &fnc, const Set< IndexRange > &indices) | concepts::Vector< F > | |
| write(const std::string &fname) const | concepts::Vector< F > | |
| ~Vector() | concepts::Vector< F > | virtual |