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

Reply via email to