This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question about Vectors & Matrices



The GSL library has data types for int, long, double, etc in the case of vectors and matrices.

Does it have a type for 'pointers' ? I really/want to be able allocate a matrix that holds pointers so that I can use those pointers to allocate other things. This way I could use the GSL functions to access those elements.

Is this even possible? Is it as clear as mud?

Danny


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]