Home
last modified time | relevance | path

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

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/DataManip/MetricMatrixCalc/Wrap/
H A DrdMetricMatrixCalc.cpp72 npy_intp dMatLen = nrows * (nrows - 1) / 2; in getEuclideanDistMat() local
77 distRes = (PyArrayObject *)PyArray_SimpleNew(1, &dMatLen, NPY_DOUBLE); in getEuclideanDistMat()
156 npy_intp dMatLen = nrows * (nrows - 1) / 2; in getEuclideanDistMat() local
157 distRes = (PyArrayObject *)PyArray_SimpleNew(1, &dMatLen, NPY_DOUBLE); in getEuclideanDistMat()
200 npy_intp dMatLen = nrows * (nrows - 1) / 2; in getTanimotoDistMat() local
201 auto *simRes = (PyArrayObject *)PyArray_SimpleNew(1, &dMatLen, NPY_DOUBLE); in getTanimotoDistMat()
235 npy_intp dMatLen = nrows * (nrows - 1) / 2; in getTanimotoSimMat() local
236 auto *simRes = (PyArrayObject *)PyArray_SimpleNew(1, &dMatLen, NPY_DOUBLE); in getTanimotoSimMat()