addAssign(const DenseVector< VT, TF > &rhs) -> DisableIf_t< VectorizedAddAssign_v< VT > > | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
addAssign(const DenseVector< VT, TF > &rhs) -> EnableIf_t< VectorizedAddAssign_v< VT > > (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
addAssign(const SparseVector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
assign(const DenseVector< VT, TF > &rhs) -> DisableIf_t< VectorizedAssign_v< VT > > | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
assign(const DenseVector< VT, TF > &rhs) -> EnableIf_t< VectorizedAssign_v< VT > > (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
assign(const SparseVector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
at(size_t index) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
at(size_t index) const | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
BaseType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
begin() noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
begin() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
canAlias(const Other *alias) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
canSMPAssign() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
capacity() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
cbegin() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
cend() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
clear() | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
CompositeType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
ConstIterator typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
ConstPointer typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
ConstReference typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
CustomVector() | blaze::CustomVector< Type, AF, PF, TF, RT > | inlineexplicit |
CustomVector(Type *ptr, size_t n) | blaze::CustomVector< Type, AF, PF, TF, RT > | inlineexplicit |
CustomVector(Type *ptr, size_t n, size_t nn) | blaze::CustomVector< Type, AF, PF, TF, RT > | inlineexplicit |
CustomVector(const CustomVector &v) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
CustomVector(CustomVector &&v) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
data() noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
data() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
divAssign(const DenseVector< VT, TF > &rhs) -> DisableIf_t< VectorizedDivAssign_v< VT > > | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
divAssign(const DenseVector< VT, TF > &rhs) -> EnableIf_t< VectorizedDivAssign_v< VT > > (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
ElementType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
end() noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
end() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
isAliased(const Other *alias) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
isAligned() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
Iterator typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
load(size_t index) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
loada(size_t index) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
loadu(size_t index) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
multAssign(const DenseVector< VT, TF > &rhs) -> DisableIf_t< VectorizedMultAssign_v< VT > > | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
multAssign(const DenseVector< VT, TF > &rhs) -> EnableIf_t< VectorizedMultAssign_v< VT > > (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
multAssign(const SparseVector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
nonZeros() const | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator%=(const Vector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator%=(const Vector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator*=(const Vector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator*=(const Vector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator+=(const Vector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator+=(const Vector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator-=(const Vector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator-=(const Vector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator/=(const DenseVector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator/=(const DenseVector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const Type &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(initializer_list< Type > list) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const Other(&array)[N]) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const CustomVector &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(CustomVector &&rhs) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const Vector< VT, TF > &rhs) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const Other(&array)[N]) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator=(const Vector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator[](size_t index) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator[](size_t index) const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
operator~() noexcept | blaze::Vector< VT, TF > | inline |
operator~() const noexcept | blaze::Vector< VT, TF > | inline |
Pointer typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
Reference typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
reset() | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
reset(Type *ptr, size_t n) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
reset(Type *ptr, size_t n, size_t nn) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
ResultType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
ReturnType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
scale(const Other &scalar) (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
scale(const Other &scalar) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
simdEnabled | blaze::CustomVector< Type, AF, PF, TF, RT > | static |
SIMDSIZE | blaze::CustomVector< Type, AF, PF, TF, RT > | privatestatic |
SIMDType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
size() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
size_ | blaze::CustomVector< Type, AF, PF, TF, RT > | private |
smpAssignable | blaze::CustomVector< Type, AF, PF, TF, RT > | static |
spacing() const noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
store(size_t index, const SIMDType &value) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
storea(size_t index, const SIMDType &value) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
storeu(size_t index, const SIMDType &value) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
stream(size_t index, const SIMDType &value) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | |
subAssign(const DenseVector< VT, TF > &rhs) -> DisableIf_t< VectorizedSubAssign_v< VT > > | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
subAssign(const DenseVector< VT, TF > &rhs) -> EnableIf_t< VectorizedSubAssign_v< VT > > (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
subAssign(const SparseVector< VT, TF > &rhs) | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
swap(CustomVector &v) noexcept | blaze::CustomVector< Type, AF, PF, TF, RT > | inline |
This typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
transposeFlag | blaze::Vector< VT, TF > | static |
TransposeType typedef | blaze::CustomVector< Type, AF, PF, TF, RT > | |
v_ | blaze::CustomVector< Type, AF, PF, TF, RT > | private |
VectorType typedef | blaze::Vector< VT, TF > | |
~CustomVector()=default (defined in blaze::CustomVector< Type, AF, PF, TF, RT >) | blaze::CustomVector< Type, AF, PF, TF, RT > | |