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]

Re: How to create a 3D matrix?


Anders Wallander writes:
 > Hi!  I've installed GSL v. 1.3 and read through the manual about
 > matrix and vectors.  So far I've found alot of useful information
 > about 2D-Matrix routines.  But what I need to create and handle is
 > a 3D density map. Have anyone implemented something like this
 > before with GSL?  I would really like some advises on this area.

There is no standard way to handle higher dimensional objects in GSL
at the moment.  Use a normal C-array instead.  

regards,
-- 
Brian Gough

Network Theory Ltd            
15 Royal Park                 
Bristol BS8 3AL               
United Kingdom                

Tel: +44 (0)117 3179309 
Fax: +44 (0)117 9048108              
Web: http://www.network-theory.co.uk/


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