Re: Math calculation within Pipmak
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2009-01-30 12:39:46
|
chikitin wrote: > There are very good libraries for C/C++ for doing matrix > calculations. I am not sure, how your extension module works. No one is, because it hasn't been completely implemented yet. :) At the core of it would be a dynamic library / loadable module using the Lua C API that can be loaded using the loadlib function as described in the Lua manual. As I mentioned, I could imagine that something like that exists already, so there's a chance that you wouldn't have to write it yourself. Fitting it into Pipmak should then be straight-forward. -Christian |