Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TetrangleSmoothing.h
Go to the documentation of this file.
1 
8 #ifndef INCLUDE_MOLASSEMBLER_DISTANCE_GEOMETRY_TETRANGLE_SMOOTHING_H
9 #define INCLUDE_MOLASSEMBLER_DISTANCE_GEOMETRY_TETRANGLE_SMOOTHING_H
10 
11 #include <Eigen/Core>
12 
13 namespace Scine {
14 namespace Molassembler {
15 namespace DistanceGeometry {
16 
32 unsigned tetrangleSmooth(Eigen::Ref<Eigen::MatrixXd> bounds);
33 
34 } // namespace DistanceGeometry
35 } // namespace Molassembler
36 } // namespace Scine
37 
38 
39 #endif
unsigned tetrangleSmooth(Eigen::Ref< Eigen::MatrixXd > bounds)
Smoothes the bounds matrix using tetrangle inequalities.