b2
b2 copied to clipboard
Bertini 2.0: The redevelopment of Bertini in C++.
Must check the following parameters in Num_Traits for trustworthy results in MPFR_float: ReadCost MulCost AddCost Dummy_Precision What are these?
Make a way to flatten the polynomial trees to SLP's for quick evaluation. This is not necessary at the time of this issue, but will increase efficiency later. Plan to...
parsing a system from string produces incorrect power nodes. you can reproduce this in Python with the following lines of code: ``` from pybertini import * sys = parse_system('function f1,...
if the system provided was not formulated using an affine variable group, the formed system will be wrong, or throw, or some other evil thing
we need to ensure that Eigen::Mat are being traversed according to storage order. the default is col-major, but i think our uses of it are row-major... so yeah.
and this sucks. i think we should move the comments into source where possible
The provided mpfr complex type allows implicit conversion from integral types, and mpfr_float. double conversion is disallowed. this is currently the case to allow some operators in Eigen to work,...
i'd like to request a generator to produce input sections of bertini classic input files, given a bertini::System.
Change parser to ignore "CONFIG", "INPUT", "END;", and allow "CONFIG" and "INPUT" lines to be interspersed.