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