Tagged Questions
2
votes
1answer
196 views
using interpolation functions in ParallelMap
Edit
I am editing the question to give a simple workable example. It is at the bottom under the heading Example. The original question is now headed withe Background.
Background
I am trying to ...
14
votes
2answers
489 views
Fast Spherical Linear Interpolation of list of quaternions
An accurate way to interpolate between two quaternions is to use Spherical Linear Interpolation (Slerp) because it preserves the unit length, whereas straightforward linear interpolation does not, as ...
12
votes
4answers
351 views
How to reduce the InterpolatingFunction building overhead?
I want a linear interpolation from the following example list:
...