Blaze 3.9
blaze::CompressedVector< Type, TF, Tag > Member List

This is the complete list of members for blaze::CompressedVector< Type, TF, Tag >, including all inherited members.

addAssign(const DenseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
addAssign(const SparseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
append(size_t index, const Type &value, bool check=false)blaze::CompressedVector< Type, TF, Tag >inline
assign(const DenseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
assign(const SparseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
at(size_t index)blaze::CompressedVector< Type, TF, Tag >inline
at(size_t index) constblaze::CompressedVector< Type, TF, Tag >inline
BaseType typedefblaze::CompressedVector< Type, TF, Tag >
begin() noexceptblaze::CompressedVector< Type, TF, Tag >inline
begin() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
begin_blaze::CompressedVector< Type, TF, Tag >private
canAlias(const Other *alias) const noexceptblaze::CompressedVector< Type, TF, Tag >inline
canSMPAssign() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
capacity() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
capacity_blaze::CompressedVector< Type, TF, Tag >private
castDown(IteratorBase it) const noexceptblaze::CompressedVector< Type, TF, Tag >inlineprivate
castUp(Iterator it) const noexceptblaze::CompressedVector< Type, TF, Tag >inlineprivate
cbegin() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
cend() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
clear()blaze::CompressedVector< Type, TF, Tag >inline
CompositeType typedefblaze::CompressedVector< Type, TF, Tag >
CompressedVector() noexceptblaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(size_t size) noexceptblaze::CompressedVector< Type, TF, Tag >inlineexplicit
CompressedVector(size_t size, size_t nonzeros)blaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(initializer_list< Type > list)blaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(const CompressedVector &sv)blaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(CompressedVector &&sv) noexceptblaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(const DenseVector< VT, TF > &dv)blaze::CompressedVector< Type, TF, Tag >inline
CompressedVector(const SparseVector< VT, TF > &sv)blaze::CompressedVector< Type, TF, Tag >inline
ConstIterator typedefblaze::CompressedVector< Type, TF, Tag >
ConstReference typedefblaze::CompressedVector< Type, TF, Tag >
divAssign(const DenseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
ElementBase typedefblaze::CompressedVector< Type, TF, Tag >private
ElementType typedefblaze::CompressedVector< Type, TF, Tag >
end() noexceptblaze::CompressedVector< Type, TF, Tag >inline
end() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
end_blaze::CompressedVector< Type, TF, Tag >private
erase(size_t index)blaze::CompressedVector< Type, TF, Tag >inline
erase(Iterator pos)blaze::CompressedVector< Type, TF, Tag >inline
erase(Iterator first, Iterator last)blaze::CompressedVector< Type, TF, Tag >inline
erase(Pred predicate)blaze::CompressedVector< Type, TF, Tag >inline
erase(Iterator first, Iterator last, Pred predicate)blaze::CompressedVector< Type, TF, Tag >inline
extendCapacity() const noexceptblaze::CompressedVector< Type, TF, Tag >inlineprivate
find(size_t index)blaze::CompressedVector< Type, TF, Tag >inline
find(size_t index) constblaze::CompressedVector< Type, TF, Tag >inline
insert(size_t index, const Type &value)blaze::CompressedVector< Type, TF, Tag >inline
insert(Iterator pos, size_t index, const Type &value)blaze::CompressedVector< Type, TF, Tag >private
isAliased(const Other *alias) const noexceptblaze::CompressedVector< Type, TF, Tag >inline
Iterator typedefblaze::CompressedVector< Type, TF, Tag >
IteratorBase typedefblaze::CompressedVector< Type, TF, Tag >private
lowerBound(size_t index)blaze::CompressedVector< Type, TF, Tag >inline
lowerBound(size_t index) constblaze::CompressedVector< Type, TF, Tag >inline
multAssign(const DenseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
nonZeros() constblaze::CompressedVector< Type, TF, Tag >inline
operator%=(const Vector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator%=(const Vector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator*() noexceptblaze::Vector< CompressedVector< Type, TF, Tag >, TF >
operator*() const noexceptblaze::Vector< CompressedVector< Type, TF, Tag >, TF >
operator*=(const DenseVector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator*=(const SparseVector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator*=(const DenseVector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator*=(const SparseVector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator+=(const Vector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator+=(const Vector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator-=(const Vector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator-=(const Vector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator/=(const DenseVector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator/=(const DenseVector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator=(initializer_list< Type > list) &blaze::CompressedVector< Type, TF, Tag >inline
operator=(const CompressedVector &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator=(CompressedVector &&rhs) &noexcept (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator=(const DenseVector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator=(const SparseVector< VT, TF > &rhs) & (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
operator=(const DenseVector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator=(const SparseVector< VT, TF > &rhs) &blaze::CompressedVector< Type, TF, Tag >inline
operator[](size_t index) noexceptblaze::CompressedVector< Type, TF, Tag >inline
operator[](size_t index) const noexceptblaze::CompressedVector< Type, TF, Tag >inline
operator~() noexceptblaze::Vector< CompressedVector< Type, TF, Tag >, TF >
operator~() const noexceptblaze::Vector< CompressedVector< Type, TF, Tag >, TF >
Reference typedefblaze::CompressedVector< Type, TF, Tag >
reserve(size_t n)blaze::CompressedVector< Type, TF, Tag >
reset()blaze::CompressedVector< Type, TF, Tag >inline
resize(size_t n, bool preserve=true)blaze::CompressedVector< Type, TF, Tag >inline
ResultType typedefblaze::CompressedVector< Type, TF, Tag >
ReturnType typedefblaze::CompressedVector< Type, TF, Tag >
scale(const Other &scalar) (defined in blaze::CompressedVector< Type, TF, Tag >)blaze::CompressedVector< Type, TF, Tag >inline
scale(const Other &scalar)blaze::CompressedVector< Type, TF, Tag >inline
set(size_t index, const Type &value)blaze::CompressedVector< Type, TF, Tag >inline
shrinkToFit()blaze::CompressedVector< Type, TF, Tag >inline
size() const noexceptblaze::CompressedVector< Type, TF, Tag >inline
size_blaze::CompressedVector< Type, TF, Tag >private
smpAssignableblaze::CompressedVector< Type, TF, Tag >static
subAssign(const DenseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
subAssign(const SparseVector< VT, TF > &rhs)blaze::CompressedVector< Type, TF, Tag >inline
swap(CompressedVector &sv) noexceptblaze::CompressedVector< Type, TF, Tag >inline
TagType typedefblaze::CompressedVector< Type, TF, Tag >
This typedefblaze::CompressedVector< Type, TF, Tag >
transposeFlagblaze::Vector< CompressedVector< Type, TF, Tag >, TF >static
TransposeType typedefblaze::CompressedVector< Type, TF, Tag >
upperBound(size_t index)blaze::CompressedVector< Type, TF, Tag >inline
upperBound(size_t index) constblaze::CompressedVector< Type, TF, Tag >inline
VectorType typedefblaze::Vector< CompressedVector< Type, TF, Tag >, TF >
zero_blaze::CompressedVector< Type, TF, Tag >privatestatic
~CompressedVector()blaze::CompressedVector< Type, TF, Tag >inline