|
sokobo
|
This is the complete list of members for Matrix< T >, including all inherited members.
| adjoint() const | Matrix< T > | |
| buildTridiagonal(const std::vector< T > &alpha, const std::vector< T > &beta, int m) const | Matrix< T > | |
| determinant() const | Matrix< T > | |
| dot(const std::vector< T > &a, const std::vector< T > &b) const | Matrix< T > | |
| eigenvalues() const | Matrix< T > | |
| eigenvectors() const | Matrix< T > | |
| frobeniusNorm() const | Matrix< T > | |
| getCols() const | Matrix< T > | inline |
| getMinor(int row, int col) const | Matrix< T > | |
| getRows() const | Matrix< T > | inline |
| identity(int n) | Matrix< T > | static |
| inverse() const | Matrix< T > | |
| isSymmetric() const | Matrix< T > | |
| lanczos(int m, std::vector< T > &alpha, std::vector< T > &beta, Matrix< T > &Q) const | Matrix< T > | |
| LUDecomposition() const | Matrix< T > | |
| Matrix() | Matrix< T > | inline |
| Matrix(int r, int c) | Matrix< T > | inline |
| Matrix(const std::vector< std::vector< T > > &mat) | Matrix< T > | |
| matVec(const std::vector< T > &v) const | Matrix< T > | |
| norm(const std::vector< T > &v) const | Matrix< T > | |
| normalize(std::vector< T > &v) const | Matrix< T > | |
| ones(int r, int c) | Matrix< T > | static |
| operator()(int row, int column) | Matrix< T > | |
| operator()(int row, int column) const | Matrix< T > | |
| operator*(const Matrix< T > &other) const | Matrix< T > | |
| operator*(const T &scalar) const | Matrix< T > | |
| operator+(const Matrix< T > &other) const | Matrix< T > | |
| operator-(const Matrix< T > &other) const | Matrix< T > | |
| operator-=(const Matrix< T > &other) const | Matrix< T > | |
| operator/=(const Matrix< T > &other) const | Matrix< T > | |
| operator<< | Matrix< T > | friend |
| operator[](int i) | Matrix< T > | inline |
| operator[](int i) const | Matrix< T > | inline |
| QRDecomposition() const | Matrix< T > | |
| rank() const | Matrix< T > | |
| spectralNorm() const | Matrix< T > | |
| submatrix(int row_start, int row_end, int col_start, int col_end) const | Matrix< T > | |
| toString() const | Matrix< T > | |
| transpose() const | Matrix< T > | |
| zeros(int r, int c) | Matrix< T > | static |