CythonGSL icon indicating copy to clipboard operation
CythonGSL copied to clipboard

Cython interface for the GNU Scientific Library (GSL).

Results 6 CythonGSL issues
Sort by recently updated
recently updated
newest added

the has a function called -gsl_integration_fixed- that isn't available at the integration module of CythonGSL

Would be nice if this package would also include the sparse matrix and sparse blas modules from GSL.

Hello its more a question. Do you have an example script for the error handling which returns a user-defined value. Thanx Sven

With Cython 0.25.2, GCC5.2, and Ubuntu, I'm getting the following unit test failure: test_gsl_vector_view_array_with_stride (cython_gsl.test.test_vector.VectorTest) ... *** stack smashing detected ***: /usr/bin/python terminated

The attached script test2.pyx returns "segmentation fault: 11" when called from the python script test.py. The script is a modification of the nonlinear fit gsl example code, the only change...

# ## FAIL: test_gsl_blas_zherk (test_blas.BlasTest) Traceback (most recent call last): File "cython_gsl/test/test_blas.py", line 228, in test_gsl_blas_zherk self.assertAlmostEqual(x,0, 14) AssertionError: -1.6000000000000001 != 0 within 14 places # ## FAIL: test_gsl_linalg_LU_refine (test_linalg.LinalgTest)...