b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Bertini 2.0: The redevelopment of Bertini in C++.

Results 81 b2 issues
Sort by recently updated
recently updated
newest added

nature - enhancement
product - core C++ library
dependency - boost
nature - performance
priority - high

Must check the following parameters in Num_Traits for trustworthy results in MPFR_float: ReadCost MulCost AddCost Dummy_Precision What are these?

nature - enhancement
product - core C++ library
nature - performance
priority - high

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...

nature - enhancement
product - core C++ library
nature - performance
priority - low
component - evaluation

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,...

nature - bug
product - core C++ library
product - python bindings
nature - performance
nature - mathematical correctness

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

nature - bug
product - core C++ library
priority - high
nature - mathematical correctness

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.

product - core C++ library
nature - performance

and this sucks. i think we should move the comments into source where possible

product - core C++ library
nature - documentation

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,...

nature - bug
nature - enhancement
product - core C++ library
dependency - eigen
nature - performance

i'd like to request a generator to produce input sections of bertini classic input files, given a bertini::System.

nature - enhancement
product - core C++ library
component - parsing

Change parser to ignore "CONFIG", "INPUT", "END;", and allow "CONFIG" and "INPUT" lines to be interspersed.

nature - enhancement
component - parsing
priority - low