![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Functions | |
| Matrix | IdentityMatrix (unsigned N) |
| Vector | operator+ (const Vector &left, const Vector &right) |
| Vector | operator- (const Vector &left, const Vector &right) |
| Vector | operator* (const Vector &left, const Vector &right) |
| Vector | operator* (const Vector &left, double right) |
| Vector | VectorSubset (const Vector &other, unsigned start, unsigned len) |
| Vector | VectorConcatenate (const Vector &left, const Vector &right) |
| Vector | operator* (const Vector &left, const Matrix &right) |
| Vector | operator* (const Matrix &left, const Vector &right) |
| Matrix | operator+ (const Matrix &left, const Matrix &right) |
| Matrix | operator* (const Matrix &left, const double right) |
| Matrix | ScalarMultiply (const Matrix &left, const Matrix &right) |
| Matrix | MatrixMultiply (const Matrix &left, const Matrix &right) |
| Matrix | MatrixSubset (const Matrix &input, unsigned startRow, unsigned numRows, unsigned startCol, unsigned numCols) |
| Matrix | MatrixConcatenateCols (const Matrix &left, const Matrix &right) |
| Matrix | TransposeMatrix (const Matrix &other) |
| bool | InvertMatrix (const Matrix &input, Matrix &Minv) |
| Matrix IdentityMatrix | ( | unsigned | N | ) |
Definition at line 127 of file Matrix.cpp.
Referenced by InvertMatrix().
Definition at line 289 of file Matrix.cpp.
References Matrix::Cols(), IdentityMatrix(), Matrix::Rows(), and Matrix::SwapRows().
Referenced by InterpolateAudio().
Definition at line 267 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Referenced by InterpolateAudio().
Definition at line 243 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Referenced by InterpolateAudio().
| Matrix MatrixSubset | ( | const Matrix & | input, |
| unsigned | startRow, | ||
| unsigned | numRows, | ||
| unsigned | startCol, | ||
| unsigned | numCols | ||
| ) |
Definition at line 256 of file Matrix.cpp.
Referenced by InterpolateAudio().
Definition at line 223 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Definition at line 200 of file Matrix.cpp.
References Matrix::Cols(), Vector::Len(), and Matrix::Rows().
Definition at line 188 of file Matrix.cpp.
References Matrix::Cols(), Vector::Len(), and Matrix::Rows().
Definition at line 153 of file Matrix.cpp.
References Vector::Len().
Definition at line 162 of file Matrix.cpp.
References Vector::Len().
Definition at line 212 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Definition at line 135 of file Matrix.cpp.
References Vector::Len().
Definition at line 144 of file Matrix.cpp.
References Vector::Len().
Definition at line 232 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Definition at line 280 of file Matrix.cpp.
References Matrix::Cols(), and Matrix::Rows().
Referenced by InterpolateAudio().
Definition at line 178 of file Matrix.cpp.
References Vector::Len().
Referenced by InterpolateAudio().
Definition at line 170 of file Matrix.cpp.
Referenced by InterpolateAudio().