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