Singular
https://www.singular.uni-kl.de/forum/

Singular callable library example
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=1868
Page 1 of 1

Author:  renaud [ Wed Oct 06, 2010 12:36 pm ]
Post subject:  Singular callable library example

Hello,

I would like to use Singular functions in a C program (namely multivariate polynomial multiplication) but I can't find examples or documentation on the use of the library. Does someone have a small example in C?
Thank you.

Author:  malex [ Thu Oct 07, 2010 3:11 pm ]
Post subject:  Re: Singular callable library example

Dear renaud,

You may either
1. compile 'libsingular' (as Sage does) and link against it (which may be quite tricky)
OR
2. write your program as a Singular dynamic module in which case you will need to
start Singular first, load you module and start you stuff from within...

Regards,
Oleksandr

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/