Open
Description
Given two matrices, distance.hpp implements some useful "distances Matrices" (Euclidian, L1,...). However, the functions only handle the cases which the two matrices are in column mode.
I will add some exceptions for the other cases but we should deal with them at some point.