addAssign(const DenseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
addAssign(const SparseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
append(size_t index, const Type &value, bool check=false) | blaze::CompressedVector< Type, TF > | inline |
assign(const DenseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
assign(const SparseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
begin() | blaze::CompressedVector< Type, TF > | inline |
begin() const | blaze::CompressedVector< Type, TF > | inline |
begin_ | blaze::CompressedVector< Type, TF > | private |
canAlias(const Other *alias) const | blaze::CompressedVector< Type, TF > | inline |
capacity() const | blaze::CompressedVector< Type, TF > | inline |
capacity_ | blaze::CompressedVector< Type, TF > | private |
cbegin() const | blaze::CompressedVector< Type, TF > | inline |
cend() const | blaze::CompressedVector< Type, TF > | inline |
clear() | blaze::CompressedVector< Type, TF > | inline |
CompositeType typedef | blaze::CompressedVector< Type, TF > | |
CompressedVector() | blaze::CompressedVector< Type, TF > | inlineexplicit |
CompressedVector(size_t size) | blaze::CompressedVector< Type, TF > | inlineexplicit |
CompressedVector(size_t size, size_t nonzeros) | blaze::CompressedVector< Type, TF > | inlineexplicit |
CompressedVector(const CompressedVector &sv) | blaze::CompressedVector< Type, TF > | inline |
CompressedVector(const DenseVector< VT, TF > &dv) | blaze::CompressedVector< Type, TF > | inline |
CompressedVector(const SparseVector< VT, TF > &sv) | blaze::CompressedVector< Type, TF > | inline |
ConstIterator typedef | blaze::CompressedVector< Type, TF > | |
ConstReference typedef | blaze::CompressedVector< Type, TF > | |
ElementBase typedef | blaze::CompressedVector< Type, TF > | private |
ElementType typedef | blaze::CompressedVector< Type, TF > | |
end() | blaze::CompressedVector< Type, TF > | inline |
end() const | blaze::CompressedVector< Type, TF > | inline |
end_ | blaze::CompressedVector< Type, TF > | private |
erase(size_t index) | blaze::CompressedVector< Type, TF > | inline |
erase(Iterator pos) | blaze::CompressedVector< Type, TF > | inline |
extendCapacity() const | blaze::CompressedVector< Type, TF > | inlineprivate |
find(size_t index) | blaze::CompressedVector< Type, TF > | inline |
find(size_t index) const | blaze::CompressedVector< Type, TF > | inline |
getNormalized() const | blaze::CompressedVector< Type, TF > | |
insert(size_t index, const Type &value) | blaze::CompressedVector< Type, TF > | |
isAliased(const Other *alias) const | blaze::CompressedVector< Type, TF > | inline |
Iterator typedef | blaze::CompressedVector< Type, TF > | |
length() const | blaze::CompressedVector< Type, TF > | inline |
LengthType typedef | blaze::CompressedVector< Type, TF > | |
nonZeros() const | blaze::CompressedVector< Type, TF > | inline |
normalize() | blaze::CompressedVector< Type, TF > | |
operator*=(const Vector< VT, TF > &rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator*=(Other rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator*=(const Vector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator*=(Other rhs) | blaze::CompressedVector< Type, TF > | inline |
operator+=(const Vector< VT, TF > &rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator+=(const Vector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator-=(const Vector< VT, TF > &rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator-=(const Vector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator/=(Other rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator/=(Other rhs) | blaze::CompressedVector< Type, TF > | inline |
operator=(const CompressedVector &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator=(const DenseVector< VT, TF > &rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator=(const SparseVector< VT, TF > &rhs) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
operator=(const DenseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator=(const SparseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
operator[](size_t index) | blaze::CompressedVector< Type, TF > | inline |
operator[](size_t index) const | blaze::CompressedVector< Type, TF > | inline |
operator~() | blaze::Vector< VT, TF > | inline |
operator~() const | blaze::Vector< VT, TF > | inline |
Reference typedef | blaze::CompressedVector< Type, TF > | |
reserve(size_t n) | blaze::CompressedVector< Type, TF > | |
reset() | blaze::CompressedVector< Type, TF > | inline |
resize(size_t n, bool preserve=true) | blaze::CompressedVector< Type, TF > | inline |
ResultType typedef | blaze::CompressedVector< Type, TF > | |
ReturnType typedef | blaze::CompressedVector< Type, TF > | |
scale(Other scalar) (defined in blaze::CompressedVector< Type, TF >) | blaze::CompressedVector< Type, TF > | inline |
scale(Other scalar) | blaze::CompressedVector< Type, TF > | inline |
size() const | blaze::CompressedVector< Type, TF > | inline |
size_ | blaze::CompressedVector< Type, TF > | private |
sqrLength() const | blaze::CompressedVector< Type, TF > | inline |
subAssign(const DenseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
subAssign(const SparseVector< VT, TF > &rhs) | blaze::CompressedVector< Type, TF > | inline |
swap(CompressedVector &sv) | blaze::CompressedVector< Type, TF > | inline |
This typedef | blaze::CompressedVector< Type, TF > | |
TransposeType typedef | blaze::CompressedVector< Type, TF > | |
VectorType typedef | blaze::Vector< VT, TF > | |
zero_ | blaze::CompressedVector< Type, TF > | privatestatic |
~CompressedVector() | blaze::CompressedVector< Type, TF > | inline |