JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::dsp::Matrix< ElementType > Member List

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

apply(const Matrix &other, BinaryOperation binaryOp)juce::dsp::Matrix< ElementType >inlineprivate
begin() noexceptjuce::dsp::Matrix< ElementType >inline
begin() const noexceptjuce::dsp::Matrix< ElementType >inline
clear() noexceptjuce::dsp::Matrix< ElementType >inline
columnsjuce::dsp::Matrix< ElementType >private
compare(const Matrix &a, const Matrix &b, ElementType tolerance=0) noexceptjuce::dsp::Matrix< ElementType >static
datajuce::dsp::Matrix< ElementType >private
dataAccelerationjuce::dsp::Matrix< ElementType >private
end() noexceptjuce::dsp::Matrix< ElementType >inline
end() const noexceptjuce::dsp::Matrix< ElementType >inline
getNumColumns() const noexceptjuce::dsp::Matrix< ElementType >inline
getNumRows() const noexceptjuce::dsp::Matrix< ElementType >inline
getRawDataPointer() noexceptjuce::dsp::Matrix< ElementType >inline
getRawDataPointer() const noexceptjuce::dsp::Matrix< ElementType >inline
getSize() const noexceptjuce::dsp::Matrix< ElementType >inline
hadarmard(const Matrix &other) noexceptjuce::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 noexceptjuce::dsp::Matrix< ElementType >inline
isOneColumnVector() const noexceptjuce::dsp::Matrix< ElementType >inline
isOneRowVector() const noexceptjuce::dsp::Matrix< ElementType >inline
isSquare() const noexceptjuce::dsp::Matrix< ElementType >inline
isVector() const noexceptjuce::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 &)=defaultjuce::dsp::Matrix< ElementType >
Matrix(Matrix &&) noexcept=defaultjuce::dsp::Matrix< ElementType >
operator()(size_t row, size_t column) const noexceptjuce::dsp::Matrix< ElementType >inline
operator()(size_t row, size_t column) noexceptjuce::dsp::Matrix< ElementType >inline
operator*(ElementType scalar) constjuce::dsp::Matrix< ElementType >inline
operator*(const Matrix &other) constjuce::dsp::Matrix< ElementType >
operator*=(ElementType scalar) noexceptjuce::dsp::Matrix< ElementType >inline
operator+(const Matrix &other) constjuce::dsp::Matrix< ElementType >inline
operator+=(const Matrix &other) noexceptjuce::dsp::Matrix< ElementType >inline
operator-(const Matrix &other) constjuce::dsp::Matrix< ElementType >inline
operator-=(const Matrix &other) noexceptjuce::dsp::Matrix< ElementType >inline
operator=(const Matrix &)=defaultjuce::dsp::Matrix< ElementType >
operator=(Matrix &&) noexcept=defaultjuce::dsp::Matrix< ElementType >
operator==(const Matrix &other) const noexceptjuce::dsp::Matrix< ElementType >inline
resize()juce::dsp::Matrix< ElementType >inlineprivate
rowsjuce::dsp::Matrix< ElementType >private
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 >