gb.gsl
This
component aims at providing most of the features of the
Gnu Scientific Library.
At the moment, it adds support for complex numbers, vectors, matrices and polynomials. The coefficients of vectors, matrices and polynomials
can be floating point numbers or complex numbers.
Moreover, it allows to use standard arithmetic operators (i.e.
+,
-,
*,
/,
^,
Abs,
=,
<>) on all these objects,
and provides automatic conversions between them.
 |
Beware that this component is not finished. Only part of the GSL library has been implemented.
|
Classes