begin() noexcept | dsp::Matrix< ElementType > | |
begin() const noexcept | dsp::Matrix< ElementType > | |
clear() noexcept | dsp::Matrix< ElementType > | |
compare(const Matrix &a, const Matrix &b, ElementType tolerance=0) noexcept | dsp::Matrix< ElementType > | static |
end() noexcept | dsp::Matrix< ElementType > | |
end() const noexcept | dsp::Matrix< ElementType > | |
getNumColumns() const noexcept | dsp::Matrix< ElementType > | |
getNumRows() const noexcept | dsp::Matrix< ElementType > | |
getRawDataPointer() noexcept | dsp::Matrix< ElementType > | |
getRawDataPointer() const noexcept | dsp::Matrix< ElementType > | |
getSize() const noexcept | dsp::Matrix< ElementType > | |
hadarmard(const Matrix &other) noexcept | dsp::Matrix< ElementType > | |
hadarmard(const Matrix &a, const Matrix &b) | dsp::Matrix< ElementType > | static |
hankel(const Matrix &vector, size_t size, size_t offset=0) | dsp::Matrix< ElementType > | static |
identity(size_t size) | dsp::Matrix< ElementType > | static |
isNullMatrix() const noexcept | dsp::Matrix< ElementType > | |
isOneColumnVector() const noexcept | dsp::Matrix< ElementType > | |
isOneRowVector() const noexcept | dsp::Matrix< ElementType > | |
isSquare() const noexcept | dsp::Matrix< ElementType > | |
isVector() const noexcept | dsp::Matrix< ElementType > | |
Matrix(size_t numRows, size_t numColumns) | dsp::Matrix< ElementType > | |
Matrix(size_t numRows, size_t numColumns, const ElementType *dataPointer) | dsp::Matrix< ElementType > | |
Matrix(const Matrix &)=default | dsp::Matrix< ElementType > | |
Matrix(Matrix &&) noexcept=default | dsp::Matrix< ElementType > | |
operator()(size_t row, size_t column) const noexcept | dsp::Matrix< ElementType > | |
operator()(size_t row, size_t column) noexcept | dsp::Matrix< ElementType > | |
operator*(ElementType scalar) const | dsp::Matrix< ElementType > | |
operator*(const Matrix &other) const | dsp::Matrix< ElementType > | |
operator*=(ElementType scalar) noexcept | dsp::Matrix< ElementType > | |
operator+(const Matrix &other) const | dsp::Matrix< ElementType > | |
operator+=(const Matrix &other) noexcept | dsp::Matrix< ElementType > | |
operator-(const Matrix &other) const | dsp::Matrix< ElementType > | |
operator-=(const Matrix &other) noexcept | dsp::Matrix< ElementType > | |
operator=(const Matrix &)=default | dsp::Matrix< ElementType > | |
operator=(Matrix &&) noexcept=default | dsp::Matrix< ElementType > | |
operator==(const Matrix &other) const noexcept | dsp::Matrix< ElementType > | |
solve(Matrix &b) const noexcept | dsp::Matrix< ElementType > | |
swapColumns(size_t columnOne, size_t columnTwo) noexcept | dsp::Matrix< ElementType > | |
swapRows(size_t rowOne, size_t rowTwo) noexcept | dsp::Matrix< ElementType > | |
toeplitz(const Matrix &vector, size_t size) | dsp::Matrix< ElementType > | static |
toString() const | dsp::Matrix< ElementType > | |