Mercurial > hg > kwantix
comparison include/interpolator.hpp @ 20:9cd42f1be76e
w00t, bugs squashed, thing actually works\!
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Sun, 31 Aug 2008 19:53:50 -0500 |
parents | 382e3b8e3f88 |
children | acefa48d4b4d |
comparison
equal
deleted
inserted
replaced
19:36a6f2e66313 | 20:9cd42f1be76e |
---|---|
188 void computecoeffs(); | 188 void computecoeffs(); |
189 | 189 |
190 ///Perform the actual interpolation. | 190 ///Perform the actual interpolation. |
191 void init(shared_ptr<linear_BVP2> bvp); | 191 void init(shared_ptr<linear_BVP2> bvp); |
192 | 192 |
193 ///If the coefficients change, need to recompute precomputed values | |
194 void recompute_values_vec(); | |
195 | |
196 ///BVP associated to this interpolator | |
193 shared_ptr<linear_BVP2> thebvp; | 197 shared_ptr<linear_BVP2> thebvp; |
194 | 198 |
195 ///Number of interior points. | 199 ///Number of interior points. |
196 size_t n; | 200 size_t n; |
197 ///Number of boundary points. | 201 ///Number of boundary points. |