dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.56k stars 555 forks source link

Distance Matrix in NumCpp #156

Closed HyungJoo-Kwon closed 2 years ago

HyungJoo-Kwon commented 2 years ago

Is there any function or application to quickly create a Distance Matrix in the Numcpp Library? Like Python Scipy distance matrix !!