| _matrix | gslpp::matrix< double > | private |
| as_gsl_type() | gslpp::matrix< double > | |
| as_gsl_type() const | gslpp::matrix< double > | |
| as_gsl_type_ptr() const | gslpp::matrix< double > | |
| assign(const size_t &i, const size_t &j, const double &a) | gslpp::matrix< double > | |
| assign(const size_t &i, const size_t &j, const matrix< double > &a) | gslpp::matrix< double > | |
| determinant() | gslpp::matrix< double > | |
| eigensystem(matrix< complex > &U, vector< complex > &S) | gslpp::matrix< double > | |
| Id(size_t size) | gslpp::matrix< double > | static |
| inverse() | gslpp::matrix< double > | |
| isSingular() | gslpp::matrix< double > | |
| matrix(const size_t &size_i, const size_t &size_j, const double &a) | gslpp::matrix< double > | |
| matrix(const size_t &size_i, const double &a) | gslpp::matrix< double > | |
| matrix(const matrix< double > &m) | gslpp::matrix< double > | |
| matrix(const gsl_matrix &m) | gslpp::matrix< double > | |
| matrix(const gsl_matrix *m) | gslpp::matrix< double > | |
| matrix(const vector< double > &v) | gslpp::matrix< double > | |
| operator!=(const matrix< double > &a) const | gslpp::matrix< double > | inline |
| operator()(const size_t &i, const size_t &j) const | gslpp::matrix< double > | |
| operator()(const size_t &i, const size_t &j) | gslpp::matrix< double > | |
| operator*(const matrix< double > &m) const | gslpp::matrix< double > | |
| operator*(const matrix< complex > &m) const | gslpp::matrix< double > | |
| operator*(const vector< double > &v) const | gslpp::matrix< double > | |
| operator*(const vector< complex > &v) const | gslpp::matrix< double > | |
| operator*(const double &a) const | gslpp::matrix< double > | |
| operator*(const complex &z) const | gslpp::matrix< double > | |
| operator*(const double &a, matrix< double > m) | gslpp::matrix< double > | friend |
| operator*(const vector< double > &v, matrix< double > m) | gslpp::matrix< double > | friend |
| operator*(const vector< complex > &v, matrix< double > m) | gslpp::matrix< double > | friend |
| operator*(const complex &z, matrix< double > m) | gslpp::matrix< double > | friend |
| operator*=(const matrix< double > &m) | gslpp::matrix< double > | |
| operator*=(const double &a) | gslpp::matrix< double > | |
| operator+(const matrix< double > &m) const | gslpp::matrix< double > | |
| operator+(const double &a) const | gslpp::matrix< double > | |
| operator+(const complex &z) const | gslpp::matrix< double > | |
| operator+(const double &a, matrix< double > m) | gslpp::matrix< double > | friend |
| operator+(const complex &z, matrix< double > m) | gslpp::matrix< double > | friend |
| operator+=(const matrix< double > &m) | gslpp::matrix< double > | |
| operator+=(const double &a) | gslpp::matrix< double > | |
| operator-() const | gslpp::matrix< double > | |
| operator-(const matrix< double > &m) const | gslpp::matrix< double > | |
| operator-(const double &a) const | gslpp::matrix< double > | |
| operator-(const complex &z) const | gslpp::matrix< double > | |
| operator-(const double &a, matrix< double > m) | gslpp::matrix< double > | friend |
| operator-(const complex &z, matrix< double > m) | gslpp::matrix< double > | friend |
| operator-=(const matrix< double > &m) | gslpp::matrix< double > | |
| operator-=(const double &a) | gslpp::matrix< double > | |
| operator/(const double &a) const | gslpp::matrix< double > | |
| operator/(const complex &z) const | gslpp::matrix< double > | |
| operator/=(const double &a) | gslpp::matrix< double > | |
| operator<<(std::ostream &output, const matrix< double > &m) | gslpp::matrix< double > | friend |
| operator=(const matrix< double > &m) | gslpp::matrix< double > | |
| operator=(double a) | gslpp::matrix< double > | |
| operator==(const matrix< double > &a) const | gslpp::matrix< double > | |
| reset() | gslpp::matrix< double > | |
| size() const | gslpp::matrix< double > | |
| size_i() const | gslpp::matrix< double > | |
| size_j() const | gslpp::matrix< double > | |
| transpose() const | gslpp::matrix< double > | |
| ~matrix() | gslpp::matrix< double > | |