![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Converts the Tripeptide contraints given to a 16th degree polynomial. More...
#include <TLC_solver.hpp>
Modifiers | |
| void | operator() (const T_Tripeptide_constraints< NT > &tlc_constraints, Polynomial &p_Output, Contants_for_embedding< NT > &Cnsts) |
| Create a polypeptide chain in this protein. | |
Converts the Tripeptide contraints given to a 16th degree polynomial.
Converts the Tripeptide contraints given to a 16th degree polynomial.
| CGAL | Algebraic kernel used to specify the number types on polynomial object type used for the solver |
| void operator() | ( | const T_Tripeptide_constraints< NT > & | tlc_constraints, |
| Polynomial & | p_Output, | ||
| Contants_for_embedding< NT > & | Cnsts ) |
Create a polypeptide chain in this protein.
| tlc_constraints | constraints in the internal coordinates and anchors of the loop closure |
| p_Output | Algebraic polynomial object from CGAL |
| Cnsts | Constants used to embedd the solution once the roots of the polynomial are found |