Can the lsqcurvefit matlab function be used in a cuda kernel?
The lsqcurvefit matlab function is used to fit the paramaters of a model
curve to a real curve (adquired data from experiment or observation) so
that de square differences are minimized. enter link description here
The function is time consuming, and maybe prohibitive if used on large set
of curves.
Can it be straightforwardly used inside a cuda kernel, being then all the
program coded in matlab?
Thanks
No comments:
Post a Comment