« Return to Thread: Math calculation within Pipmak

Re: Math calculation within Pipmak

by Christian Walther :: Rate this Message:

Reply to Author | View in Thread

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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Pipmak-Users mailing list
Pipmak-Users@...
news://news.gmane.org/gmane.games.devel.pipmak.user
https://lists.sourceforge.net/lists/listinfo/pipmak-users

 « Return to Thread: Math calculation within Pipmak