JUCE
juce::dsp::Matrix< ElementType > Member List

This is the complete list of members for juce::dsp::Matrix< ElementType >, including all inherited members.

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