Try opening an issue on the GSL package: https://github.com/jiahao/GSL.jl/issues.
On Wed, Apr 1, 2015 at 10:12 AM, 'Antoine Messager' via julia-users < [email protected]> wrote: > Hello, > > I would like to find the roots of a multidimensional system using GSL. I > have loaded the GSL package through Pkg.build("GSL"). And it seemed to work > fine. > I need to create gsl_vector. The issue is there are no methods for setting > such vectors. I cannot run the example program > <https://github.com/jiahao/GSL.jl/blob/master/examples/8_3_Exampleprogramsforvectors.jl>. > It always prompts: > *ERROR: vector_set not defined* > I don't know what to do. > > AM >
