This is the complete list of members for Vector, including all inherited members.
begin() const | VectorView | |
begin() | VectorView | |
const_iterator typedef | ConstVectorView | |
ConstVectorView(const Numeric &a) | ConstVectorView | |
ConstVectorView() | ConstVectorView | protected |
ConstVectorView(Numeric *data, const Range &range) | ConstVectorView | protected |
ConstVectorView(Numeric *data, const Range &p, const Range &n) | ConstVectorView | protected |
end() const | VectorView | |
end() | VectorView | |
get(Index n) const | VectorView | inline |
get(Index n) | VectorView | inline |
get_c_array() const | VectorView | |
get_c_array() | VectorView | |
iterator typedef | VectorView | |
mdata | ConstVectorView | protected |
mrange | ConstVectorView | protected |
nelem() const | ConstVectorView | |
operator ConstMatrixView() const | ConstVectorView | |
operator MatrixView() | VectorView | |
operator*=(Numeric x) | VectorView | |
operator*=(const ConstVectorView &x) | VectorView | |
operator+=(Numeric x) | VectorView | |
operator+=(const ConstVectorView &x) | VectorView | |
operator-=(Numeric x) | VectorView | |
operator-=(const ConstVectorView &x) | VectorView | |
operator/=(Numeric x) | VectorView | |
operator/=(const ConstVectorView &x) | VectorView | |
operator=(Vector v) | Vector | |
operator=(const Array< Numeric > &v) | Vector | |
operator=(Numeric x) | Vector | |
VectorView::operator=(const ConstVectorView &v) | VectorView | |
VectorView::operator=(const VectorView &v) | VectorView | |
VectorView::operator=(const Vector &v) | VectorView | |
operator[](Index n) const | VectorView | inline |
operator[](const Range &r) const | VectorView | |
operator[](Index n) | VectorView | inline |
operator[](const Range &r) | VectorView | |
resize(Index n) | Vector | |
sum() const | ConstVectorView | |
swap(Vector &v1, Vector &v2) | Vector | friend |
Vector() | Vector | |
Vector(Index n) | Vector | explicit |
Vector(Index n, Numeric fill) | Vector | |
Vector(Numeric start, Index extent, Numeric stride) | Vector | |
Vector(const ConstVectorView &v) | Vector | |
Vector(const Vector &v) | Vector | |
Vector(const std::vector< Numeric > &) | Vector | |
VectorView(const Vector &) | VectorView | |
VectorView(Vector &v) | VectorView | |
VectorView(Numeric &a) | VectorView | |
VectorView() | VectorView | protected |
VectorView(Numeric *data, const Range &range) | VectorView | protected |
VectorView(Numeric *data, const Range &p, const Range &n) | VectorView | protected |
~ConstVectorView() | ConstVectorView | inlinevirtual |
~Vector() | Vector | virtual |
~VectorView() | VectorView | inlinevirtual |