MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / k2GeomDistance

Method k2GeomDistance

dscribe/ext/mbtr.cpp:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507inline double MBTR::k2GeomDistance(const int &i, const int &j, const vector<vector<double> > &distances)
508{
509 double dist = distances[i][j];
510 return dist;
511}
512
513inline double MBTR::k2WeightUnity(const int &i, const int &j, const vector<vector<double> > &distances)
514{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected