EllAlgo
  1. Pages
    1. About
  2. Namespaces
  1. Classes
  2. Files

Vector0 class
#include <ellalgo/conjugate_gradient.hpp>

Contents

  • Reference
    • Constructors, destructors, conversion operators
    • Public functions

Constructors, destructors, conversion operators

Vector0(size_t size)
Vector0(const std::vector<double>& v)

Public functions

auto operator[](size_t i) -> double&
auto operator[](size_t i) const -> const double&
auto size() const -> size_t
auto operator+=(const Vector0& rhs) -> Vector0&
auto operator-=(const Vector0& rhs) -> Vector0&
auto operator*=(double scalar) -> Vector0&
auto dot(const Vector0& other) const -> double
auto norm() const -> double
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    EllAlgo. Created with Doxygen 1.9.8 and m.css.