A module for manipulating complex numbers, vectors and matrices using the GSL. More...
Classes | |
| class | gslpp::complex |
| A class for defining operations on and functions of complex numbers. More... | |
| class | gslpp::matrix< T > |
| A base class for defining operations on matrices, both real and complex. More... | |
| class | gslpp::matrix< complex > |
| A class for constructing and defining operations on complex matrices. More... | |
| class | gslpp::matrix< double > |
| A class for constructing and defining operations on real matrices. More... | |
| class | gslpp::vector< T > |
| A base class for defining operations on vectors, both real and complex. More... | |
| class | gslpp::vector< complex > |
| A class for constructing and defining operations on complex vectors. More... | |
| class | gslpp::vector< double > |
| A class for constructing and defining operations on real vectors. More... | |
A module for manipulating complex numbers, vectors and matrices using the GSL.