silviana amethyst
silviana amethyst
for context, #168 is another instance of someone getting this error. i was unable at that time to correct the bug. but i'm in a good mental place now to...
indeed, i have replicated the bug
I think this is caused by either: * not installing the built Python bindings, or * not putting the location they were installed to on `PYTHONPATH`. I'm running into a...
@jpcurbelo are you looking for off-the-shelf correct implementations of Numerical Algebraic Geometry? Or looking to mess around with path tracking and programmatic polynomial system construction and solution?
I can't help with the Julia stuff, sorry.
if you have the C++ part of the Bertini2 Python package installed, you need to make the installed pre-compiled library visible to Python using something like ``` export PYTHONPATH=/usr/local/lib/python3.11/site-packages/:$PYTHONPATH ```...
> I'm playing around with polynomial systems from the Runge Kutta equations for a given number of stages and order. Does this mean that you're looking for tools for quickly...
This issue could certainly be solved by using a longer numeric type. That's a fix that would need to be done in Bertini 1, which is *not* this repository. How...
it works correctly in C++. the error must be in the binding layer the C++ test is `complex_multiprecision_class/complex_conjugation` in `test/classes/complex_test.cpp`
Try configuring using this line: ``` ./configure --with-eigen=/opt/homebrew/include ``` If this doesn't work, please post back and attach the file `config.log`. This should work with other library dependencies, too, if...