| addFromFull(std::vector< Treal > const &fullVector) | mat::Vector< Treal > | |
| allocate() | mat::Vector< Treal > | inline |
| assignFromFull(std::vector< Treal > const &fullVector) | mat::Vector< Treal > | |
| axpy(Treal const &alpha, Vector< Treal > const &x, Vector< Treal > &y) | mat::Vector< Treal > | static |
| clear() | mat::Vector< Treal > | |
| dot(Vector< Treal > const &x, Vector< Treal > const &y) | mat::Vector< Treal > | static |
| elements | mat::VectorHierarchicBase< Treal > | protected |
| eucl() const | mat::Vector< Treal > | inline |
| fullVector(std::vector< Treal > &fullVector) const | mat::Vector< Treal > | |
| gemv(bool const tA, Treal const alpha, Matrix< Treal > const &A, Vector< Treal > const &x, Treal const beta, Vector< Treal > &y) | mat::Vector< Treal > | static |
| is_empty() const | mat::VectorHierarchicBase< Treal > | inlineprotected |
| is_zero() const | mat::VectorHierarchicBase< Treal > | inline |
| Matrix< Treal > class | mat::Vector< Treal > | friend |
| n() const | mat::VectorHierarchicBase< Treal > | inline |
| nScalars() const | mat::VectorHierarchicBase< Treal > | inline |
| operator()(int ind) | mat::VectorHierarchicBase< Treal > | inline |
| operator()(int ind) const | mat::VectorHierarchicBase< Treal > | inline |
| operator*=(const Treal alpha) | mat::Vector< Treal > | |
| operator=(const Vector< Treal > &vec) | mat::Vector< Treal > | inline |
| operator=(int const k) | mat::Vector< Treal > | |
| VectorHierarchicBase< Treal >::operator=(const VectorHierarchicBase< Treal, Treal > &vec) | mat::VectorHierarchicBase< Treal > | protected |
| random() | mat::Vector< Treal > | |
| randomNormalized() | mat::Vector< Treal > | inline |
| readFromFile(std::ifstream &file) | mat::Vector< Treal > | |
| resetRows(SizesAndBlocks const &newRows) | mat::VectorHierarchicBase< Treal > | inline |
| rows | mat::VectorHierarchicBase< Treal > | protected |
| symv(char const uplo, Treal const alpha, Matrix< Treal > const &A, Vector< Treal > const &x, Treal const beta, Vector< Treal > &y) | mat::Vector< Treal > | static |
| trmv(char const uplo, const bool tA, Matrix< Treal > const &A, Vector< Treal > &x) | mat::Vector< Treal > | static |
| Vector() | mat::Vector< Treal > | inline |
| VectorHierarchicBase() | mat::VectorHierarchicBase< Treal > | inlineprotected |
| VectorHierarchicBase(SizesAndBlocks const &rowsInp) | mat::VectorHierarchicBase< Treal > | inlineexplicitprotected |
| VectorHierarchicBase(const VectorHierarchicBase< Treal, Treal > &vec) | mat::VectorHierarchicBase< Treal > | protected |
| writeToFile(std::ofstream &file) const | mat::Vector< Treal > | |
| ~VectorHierarchicBase() | mat::VectorHierarchicBase< Treal > | protectedvirtual |