On Fri, Jun 4, 2010 at 4:25 AM, £ukasz <[email protected]> wrote: > Hi. > I want to ask if its possibe to write some finction in C and aply it in AXjOM > ( its possibe in MATHEMATICA. SINGULAR, YACAS etc). If it is please give me > some links. >
It is possible to write a function in C and call it directly from library code (Spad code) in OpenAxiom. Here is a link http://parasol.tamu.edu/~gdr/OpenAxiom/ffi-draft.pdf It has been used by Stefan Mai to experiment with SIMD features (SSE2, SSE3, etc.) on modern CPUs. More recently, Arthur Ralf has been using it to provide an interface to his panAXIOM server project. -- Gaby _______________________________________________ Axiom-mail mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-mail
