![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Converts polynomial roots to embeddings using values defined in T_TLC_polynomial. More...
#include <TLC_solver.hpp>
Modifiers | |
| void | operator() (const T_Tripeptide_anchors< NT > Anchors, Contants_for_embedding< NT > &Cnsts, Roots &rts, TLC_solutions_embeddings &Coordinates) |
| Anchors sovler interface of CGAL. | |
Converts polynomial roots to embeddings using values defined in T_TLC_polynomial.
Converts polynomial roots to embeddings using values defined in T_TLC_polynomial.
| CGAL | Algebraic kernel used to specify the number types on polynomial object type used for the solver |
| void operator() | ( | const T_Tripeptide_anchors< NT > | Anchors, |
| Contants_for_embedding< NT > & | Cnsts, | ||
| Roots & | rts, | ||
| TLC_solutions_embeddings & | Coordinates ) |
Anchors sovler interface of CGAL.
| Number | Type |
| Anchors | Tripeptide anchors |
| Cnsts | Constants used to embedd the solution |
| rts | Roots container to be turned into embeddings |
| Coordinates | container for the cartesian embedding output |