![]() |
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>
Public Types | |
typedef Algebraic_Kernel | AK |
typedef T_Polynomial_solver_interface< AK > | self |
typedef AK::Polynomial_1 | Polynomial |
typedef AK::Algebraic_real_1 | Real |
typedef AK::Polynomial_1::NT | NT |
typedef CGAL::Point_3< CGAL::Cartesian< NT > > | Point |
typedef CGAL::Vector_3< CGAL::Cartesian< NT > > | Vector |
typedef std::vector< Real > | Roots |
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 |
typedef Algebraic_Kernel AK |
typedef AK::Polynomial_1::NT NT |
typedef AK::Polynomial_1 Polynomial |
typedef AK::Algebraic_real_1 Real |
typedef T_Polynomial_solver_interface<AK> self |
void operator() | ( | Polynomial & | p, |
Roots & | roots | ||
) |
Polynomial sovler interface of CGAL.
p | Algebraic polynomial object from CGAL |
roots | Roots container for the solver |