View unanswered posts | View active topics
Forum rules
1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.
|
Page 1 of 1
|
[ 2 posts ] |
|
Author |
Message |
anoopak007
|
Post subject: Calling alglib (C++ solver function) from python Posted: Mon Oct 28, 2019 7:09 am |
|
Joined: Mon Oct 28, 2019 6:17 am Posts: 1
|
I am trying to call alglib c++solver function from python to solve the matrix equation AX=B. I have created shared object (.so file) and created the python wrapper file for the same. I even skipped my requirement of passing matrices as arguments because I got errors when running the program. But when I use the shared object in python, I am stuck with the error:
OSError: ./libfoo.so: undefined symbol: _ZN6alglib8xdefaultE
Can someone help me with the issue?
|
|
Top |
|
|
Sergey.Bochkanov
|
Post subject: Re: Calling alglib (C++ solver function) from python Posted: Tue Oct 29, 2019 5:17 pm |
|
|
Site Admin |
Joined: Fri May 07, 2010 7:06 am Posts: 927
|
Did you mean that you created (1) your own shared library by compiling ALGLIB for C++, and (2) your Python wrapper for this library?
If so, why not to use standard Python wrapper included into ALGLIB?
|
|
Top |
|
|
|
Page 1 of 1
|
[ 2 posts ] |
|
Who is online |
Users browsing this forum: Google [Bot] and 17 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|