| 
    libigl v2.5.0
    
   | 
 
Go to the source code of this file.
Namespaces | |
| namespace | igl | 
Functions | |
| template<typename Mat > | |
| void | igl::all_pairs_distances (const Mat &V, const Mat &U, const bool squared, Mat &D) | 
| Compute distances between each point i in V and point j in U.   | |