a | utls::Matrix2 | |
chol() const | utls::Matrix2 | |
det(void) const | utls::Matrix2 | |
dump(void) const | utls::Matrix2 | |
eye() | utls::Matrix2 | |
fnorm(void) const | utls::Matrix2 | |
fnormalize(void) | utls::Matrix2 | |
inv(void) const | utls::Matrix2 | |
inv_i(void) | utls::Matrix2 | |
Matrix2(const double a11=0, const double a12=0, const double a21=0, const double a22=0) | utls::Matrix2 | |
Matrix2(const double *A) | utls::Matrix2 | |
Matrix2(const Matrix2 &other) | utls::Matrix2 | |
operator *(const double s) const | utls::Matrix2 | |
operator *(const Matrix2 &m) const | utls::Matrix2 | |
operator+(const double s) const | utls::Matrix2 | |
operator+(const Matrix2 &m) const | utls::Matrix2 | |
operator-(const double s) const | utls::Matrix2 | |
operator-(const Matrix2 &m) const | utls::Matrix2 | |
operator/(const double s) const | utls::Matrix2 | |
operator=(const Matrix2 &other) | utls::Matrix2 | |
operator[](int row_idx) const | utls::Matrix2 | |
QR(Matrix2 &Q, Matrix2 &R) const | utls::Matrix2 | |
schur_sym(Matrix2 &Q, Matrix2 &T) const | utls::Matrix2 | |
sqrt(void) const | utls::Matrix2 | |
sqrt_i(void) | utls::Matrix2 | |
svd(Matrix2 &U, Matrix2 &S, Matrix2 &V) const | utls::Matrix2 | |
trace(void) const | utls::Matrix2 | |
transpose(void) const | utls::Matrix2 | |
transpose_i(void) | utls::Matrix2 | |
~Matrix2() | utls::Matrix2 |