Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Polynomial_solver_interface< Algebraic_Kernel > Class Template Reference

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

Detailed Description

template<class Algebraic_Kernel>
class SBL::CSB::T_Polynomial_solver_interface< Algebraic_Kernel >

Interface to the CGAL polynomial solver using Algebraic Number types.

Interface to the CGAL polynomial solver using Algebraic Number types.

Template Parameters
CGALAlgebraic kernel used to specify the number types on polynomial object type used for the solver

Member Function Documentation

◆ operator()()

void operator() ( Polynomial &  p,
Roots &  roots 
)

Polynomial sovler interface of CGAL.

Parameters
pAlgebraic polynomial object from CGAL
rootsRoots container for the solver