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