addAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const DenseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const SparseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const SparseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
addAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const DenseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const SparseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const SparseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
assign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
at(size_t i, size_t j) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
at(size_t i, size_t j) const | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
BaseType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
begin(size_t i) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
begin(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
canAlias(const Other *alias) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
canSMPAssign() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
capacity() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
capacity(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
cbegin(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
cend(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
clear() | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
columns() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
CompositeType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
ConstIterator typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
ConstPointer typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
ConstReference typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
ctranspose() | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
CustomMatrix() | blaze::CustomMatrix< Type, AF, PF, SO > | inlineexplicit |
CustomMatrix(Type *ptr, size_t m, size_t n) | blaze::CustomMatrix< Type, AF, PF, SO > | inlineexplicit |
CustomMatrix(Type *ptr, size_t m, size_t n, size_t nn) | blaze::CustomMatrix< Type, AF, PF, SO > | inlineexplicit |
CustomMatrix(const CustomMatrix &m) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
CustomMatrix(CustomMatrix &&m) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
data() noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
data() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
data(size_t i) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
data(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
ElementType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
end(size_t i) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
end(size_t i) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
isAliased(const Other *alias) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
isAligned() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
Iterator typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
load(size_t i, size_t j) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
loada(size_t i, size_t j) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
loadu(size_t i, size_t j) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
m_ | blaze::CustomMatrix< Type, AF, PF, SO > | private |
MatrixType typedef | blaze::Matrix< MT, SO > | |
n_ | blaze::CustomMatrix< Type, AF, PF, SO > | private |
nn_ | blaze::CustomMatrix< Type, AF, PF, SO > | private |
nonZeros() const | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
nonZeros(size_t i) const | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator%=(const Matrix< MT, SO2 > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator%=(const Matrix< MT, SO2 > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator()(size_t i, size_t j) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator()(size_t i, size_t j) const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator*=(const Matrix< MT, SO2 > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator*=(Other rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator*=(const Matrix< MT, SO2 > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator*=(Other rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator+=(const Matrix< MT, SO2 > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator+=(const Matrix< MT, SO2 > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator-=(const Matrix< MT, SO2 > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator-=(const Matrix< MT, SO2 > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator/=(Other rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator/=(Other rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const Type &set) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(initializer_list< initializer_list< Type > > list) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const Other(&array)[M][N]) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const CustomMatrix &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(CustomMatrix &&rhs) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const Matrix< MT, SO2 > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const Other(&array)[M][N]) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator=(const Matrix< MT, SO2 > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
operator~() noexcept | blaze::Matrix< MT, SO > | inline |
operator~() const noexcept | blaze::Matrix< MT, SO > | inline |
OppositeType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
Pointer typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
Reference typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
reset() | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
reset(size_t i) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
reset(Type *ptr, size_t m, size_t n) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
reset(Type *ptr, size_t m, size_t n, size_t nn) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
ResultType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
ReturnType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
rows() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
scale(const Other &scalar) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
scale(const Other &scalar) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const DenseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const SparseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const SparseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
schurAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
simdEnabled enum value (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | |
SIMDSIZE enum value (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | private |
SIMDType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
smpAssignable enum value (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | |
spacing() const noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
store(size_t i, size_t j, const SIMDType &value) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
storea(size_t i, size_t j, const SIMDType &value) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
storeu(size_t i, size_t j, const SIMDType &value) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
stream(size_t i, size_t j, const SIMDType &value) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | |
subAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const DenseMatrix< MT, SO > &rhs) (defined in blaze::CustomMatrix< Type, AF, PF, SO >) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const DenseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const SparseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const SparseMatrix< MT,!SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
subAssign(const DenseMatrix< MT, SO > &rhs) | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
swap(CustomMatrix &m) noexcept | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
This typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
transpose() | blaze::CustomMatrix< Type, AF, PF, SO > | inline |
TransposeType typedef | blaze::CustomMatrix< Type, AF, PF, SO > | |
v_ | blaze::CustomMatrix< Type, AF, PF, SO > | private |