21 #ifndef ophidian_STWL_ESTIMATION_H
22 #define ophidian_STWL_ESTIMATION_H
24 #include "../geometry/geometry.h"
27 namespace interconnection {
33 double stwl(
const std::vector<geometry::point<double> >&points);
38 #endif //ophidian_STWL_ESTIMATION_H
double stwl(const std::vector< geometry::point< double > > &points)
StWL calculation.
Definition: stwl.cpp:27