Home
last modified time | relevance | path

Searched refs:GetGeodesicMatrix (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DAUTOCORR3D.cpp60 double* GetGeodesicMatrix(double* dist, int lag, int numAtoms) { in GetGeodesicMatrix() function
114 double* Bimat = GetGeodesicMatrix(topologicaldistance, i + 1, numAtoms); in get3DautocorrelationDesc()
203 double* Bimat = GetGeodesicMatrix(topologicaldistance, i + 1, numAtoms); in get3DautocorrelationDescCustom()
H A DGETAWAY.cpp260 std::vector<double> GetGeodesicMatrix(const double* dist, int lag, in GetGeodesicMatrix() function
484 auto Bimat = GetGeodesicMatrix(dist, i, numAtoms); in getGETAWAYDescCustom()
789 auto Bimat = GetGeodesicMatrix(dist, i, numAtoms); in getGETAWAYDesc()