Go to the source code of this file.
Namespaces | |
| gslpp | |
| Complex number, vector and matrix manipulation using GSL. | |
Functions | |
| matrix< complex > | gslpp::operator* (const complex &z, matrix< double > m) |
| matrix< double > | gslpp::operator* (const double &a, matrix< double > m) |
| vector< complex > | gslpp::operator* (const vector< complex > &v, matrix< double > m) |
| vector< double > | gslpp::operator* (const vector< double > &v, matrix< double > m) |
| matrix< complex > | gslpp::operator+ (const complex &z, matrix< double > m) |
| matrix< double > | gslpp::operator+ (const double &a, matrix< double > m) |
| matrix< complex > | gslpp::operator- (const complex &z, matrix< double > m) |
| matrix< double > | gslpp::operator- (const double &a, matrix< double > m) |
| std::ostream & | gslpp::operator<< (std::ostream &output, const matrix< double > &m) |