forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 4:25 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: How to use spline1dbuildakima
PostPosted: Sun Jun 28, 2015 12:48 pm 
Offline

Joined: Sun Jun 28, 2015 12:43 pm
Posts: 2
spline1dinterpolant c;

double arr[] = {0,1.0,2.5,4.2,3.6,8.9,45.3,5.6,4.6,89.6};
double val[] = {0,1,2,3,4,5,6,7,8,9};

real_1d_array a;
real_1d_array x;
real_1d_array y;
ae_int_t n = 10;

x.setcontent(size,arr);
y.setcontent(size,val);

spline1dbuildakima(x,y,n,c);

What should I transfer the parameters of this function ? How can use it , you can detailsadd please.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 58 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group