Dear Bugs List, I cannot find definitions for basic mathematical functions over complex_float types.
<gsl/gsl_complex.h> defines types for arrays of complex_float but I cannot find functions such as: complex_float gsl_complex_float_add(complex_float,complex_float); complex_float gsl_complex_float_sin(complex_float); Cheers, Vivian P.S. Perhaps you would like to know that there is an excellent Haskell package, hmatrix: http://hackage.haskell.org/package/hmatrix, written by Alberto Ruiz, which makes extensive use of GSL. Also, there is hmatrix-gsl-stats, which provides a Haskell wrapper to some GSL statistical functions. The hmatrix package currently can not provide a full interface to the Vector (Complex Float) type because we are waiting for the above functions. -- --- yolar et elver. --- DISCLAIMER This transmission contains information that may be confidential. It is intended for the named addressee only. Unless you are the named addressee you may not copy or use it or disclose it to anyone else. _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
