add(const DenseVector< _Type > &x) | CppNoddy::DenseVector< _Type > | |
assign(const std::size_t n, const _Type elem) | CppNoddy::DenseVector< _Type > | inline |
BandedMatrix< _Type > | CppNoddy::DenseVector< _Type > | friend |
begin() | CppNoddy::DenseVector< _Type > | inline |
begin() const | CppNoddy::DenseVector< _Type > | inline |
clear() | CppNoddy::DenseVector< _Type > | inline |
DenseVector() | CppNoddy::DenseVector< _Type > | |
DenseVector(const std::size_t &size, const _Type &fill) | CppNoddy::DenseVector< _Type > | |
DenseVector(const std::size_t &size, const _Type *p) | CppNoddy::DenseVector< _Type > | |
DenseVector(const DenseVector< _sourceType > &source) | CppNoddy::DenseVector< _Type > | inline |
DenseVector(const DenseVector< double > &source) | CppNoddy::DenseVector< _Type > | inline |
DenseVector(const DenseVector< std::complex< double > > &source) | CppNoddy::DenseVector< _Type > | inline |
dump() const | CppNoddy::DenseVector< _Type > | |
dump_file(std::string filename, int precision=10) const | CppNoddy::DenseVector< _Type > | |
dump_file(std::string filename, int precision) const | CppNoddy::DenseVector< _Type > | |
dump_file(std::string filename, int precision) const | CppNoddy::DenseVector< _Type > | |
elt_citer typedef | CppNoddy::DenseVector< _Type > | |
elt_criter typedef | CppNoddy::DenseVector< _Type > | |
elt_iter typedef | CppNoddy::DenseVector< _Type > | |
elt_riter typedef | CppNoddy::DenseVector< _Type > | |
end() | CppNoddy::DenseVector< _Type > | inline |
end() const | CppNoddy::DenseVector< _Type > | inline |
inf_norm() const | CppNoddy::DenseVector< _Type > | |
nelts() const | CppNoddy::DenseVector< _Type > | inline |
one_norm() const | CppNoddy::DenseVector< _Type > | |
operator*(const _Type &m) const | CppNoddy::DenseVector< _Type > | inline |
operator*=(const _Type &m) | CppNoddy::DenseVector< _Type > | inline |
operator+(const DenseVector< _Type > &x) const | CppNoddy::DenseVector< _Type > | inline |
operator+() const | CppNoddy::DenseVector< _Type > | inline |
operator+=(const DenseVector< _Type > &x) | CppNoddy::DenseVector< _Type > | inline |
operator-(const DenseVector< _Type > &x) const | CppNoddy::DenseVector< _Type > | inline |
operator-() const | CppNoddy::DenseVector< _Type > | inline |
operator-=(const DenseVector< _Type > &x) | CppNoddy::DenseVector< _Type > | inline |
operator/(const _Type &m) const | CppNoddy::DenseVector< _Type > | inline |
operator/=(const _Type &m) | CppNoddy::DenseVector< _Type > | inline |
operator=(const DenseVector &source) | CppNoddy::DenseVector< _Type > | inline |
operator[](const std::size_t &i) const | CppNoddy::DenseVector< _Type > | inline |
operator[](const std::size_t &i) | CppNoddy::DenseVector< _Type > | inline |
push_back(const _Type &fill) | CppNoddy::DenseVector< _Type > | inline |
rbegin() | CppNoddy::DenseVector< _Type > | inline |
rbegin() const | CppNoddy::DenseVector< _Type > | inline |
rend() | CppNoddy::DenseVector< _Type > | inline |
rend() const | CppNoddy::DenseVector< _Type > | inline |
reserve(const std::size_t &n) | CppNoddy::DenseVector< _Type > | inline |
resize(const std::size_t &length) | CppNoddy::DenseVector< _Type > | inline |
scale(const _Type &scale) | CppNoddy::DenseVector< _Type > | |
size() const | CppNoddy::DenseVector< _Type > | inline |
sub(const DenseVector< _Type > &x) | CppNoddy::DenseVector< _Type > | |
swap(const std::size_t &i, const std::size_t &j) | CppNoddy::DenseVector< _Type > | |
two_norm() const | CppNoddy::DenseVector< _Type > | |
~DenseVector() | CppNoddy::DenseVector< _Type > | inline |