Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Interface to the CGAL polynomial solver using Algebraic Number types. More...
#include <Tripeptide_loop_closure.hpp>
Modifiers | |
void | operator() (Polynomial &p, Roots &roots) |
Polynomial sovler interface of CGAL. More... | |
Interface to the CGAL polynomial solver using Algebraic Number types.
Interface to the CGAL polynomial solver using Algebraic Number types.
CGAL | Algebraic kernel used to specify the number types on polynomial object type used for the solver |
void operator() | ( | Polynomial & | p, |
Roots & | roots | ||
) |
Polynomial sovler interface of CGAL.
p | Algebraic polynomial object from CGAL |
roots | Roots container for the solver |