help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use interpn in a C++ program


From: Søren Hauberg
Subject: Re: Use interpn in a C++ program
Date: Thu, 28 May 2009 17:33:35 +0200

tor, 28 05 2009 kl. 17:03 +0200, skrev Paola Madonna:
> Is it possible to use interpn in a C++ program without calling the
> function feval? 

No. The function is an m-file, so you really need the interpreter.

> We have problem in performance and it would be better to not use the
> function feval in the octave_main.

At least linear interpolation is trivial to implement, so you can just
implement it yourself in C++.

Søren
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]