![]() |
CPP Linear Algebra ToolBox
0.1.0
|
This is the complete list of members for SquareMatrix, including all inherited members.
| at(uint32_t) const | Matrix | protected |
| at(uint16_t, uint16_t) const | Matrix | protected |
| col(uint16_t) const | Matrix | |
| data | Matrix | protected |
| default_data() | Matrix | protected |
| diag(const Vector &) | SquareMatrix | static |
| diag(const SquareMatrix &) | SquareMatrix | static |
| eye(uint16_t) | SquareMatrix | static |
| get_n_cols() const | Matrix | |
| get_n_elements() const | Matrix | |
| get_n_rows() const | Matrix | |
| hilbert(uint16_t) | SquareMatrix | static |
| Matrix::hilbert(uint16_t, uint16_t) | Matrix | static |
| is_square() const | Matrix | |
| matmul(const SquareMatrix &, MATRIX_TRANSPOSE, const SquareMatrix &, MATRIX_TRANSPOSE) | SquareMatrix | static |
| Matrix::matmul(const Matrix &, MATRIX_TRANSPOSE, const Matrix &, MATRIX_TRANSPOSE) | Matrix | static |
| Matrix() | Matrix | |
| Matrix(uint16_t, uint16_t) | Matrix | |
| Matrix(const Matrix &) | Matrix | |
| n_cols | Matrix | protected |
| n_elements | Matrix | protected |
| n_rows | Matrix | protected |
| norm1() const | Matrix | |
| normFrob() const | Matrix | |
| normInf() const | Matrix | |
| ones(uint16_t) | SquareMatrix | static |
| Matrix::ones(uint16_t, uint16_t) | Matrix | static |
| operator()(uint32_t) const | Matrix | |
| operator()(uint16_t, uint16_t) const | Matrix | |
| operator*(const SquareMatrix &, const SquareMatrix &) | SquareMatrix | friend |
| operator*(const double, const SquareMatrix &) | SquareMatrix | friend |
| operator*(const SquareMatrix &, const double) | SquareMatrix | friend |
| operator+(const SquareMatrix &, const SquareMatrix &) | SquareMatrix | friend |
| operator+(const double, const SquareMatrix &) | SquareMatrix | friend |
| operator+(const SquareMatrix &, const double) | SquareMatrix | friend |
| operator+=(const Matrix &) | Matrix | |
| operator-() const | SquareMatrix | |
| operator-(const SquareMatrix &, const SquareMatrix &) | SquareMatrix | friend |
| operator-(const SquareMatrix &, const double) | SquareMatrix | friend |
| operator-(const double, const SquareMatrix &) | SquareMatrix | friend |
| operator-=(const Matrix &) | Matrix | |
| operator/(const SquareMatrix &, const double) | SquareMatrix | friend |
| operator=(const SquareMatrix &) | SquareMatrix | |
| Matrix::operator=(const Matrix &) | Matrix | |
| outer(const Vector &, const Vector &) | SquareMatrix | static |
| rand(uint16_t) | SquareMatrix | static |
| Matrix::rand(uint16_t, uint16_t) | Matrix | static |
| row(uint16_t) const | Matrix | |
| show() const | Matrix | protected |
| SquareMatrix() | SquareMatrix | |
| SquareMatrix(uint16_t) | SquareMatrix | |
| SquareMatrix(const SquareMatrix &) | SquareMatrix | |
| tr(const SquareMatrix &) | SquareMatrix | static |
| transpose() const | SquareMatrix | |
| vandermonde(const Vector &) | SquareMatrix | static |
| Matrix::vandermonde(const Vector &, uint16_t) | Matrix | static |
| zeros(uint16_t) | SquareMatrix | static |
| Matrix::zeros(uint16_t, uint16_t) | Matrix | static |
| ~Matrix() | Matrix | virtual |
| ~SquareMatrix() | SquareMatrix |