mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

`DistanceMatrix.fromCompact([])` creates a 1x1 matrix #187

Closed targos closed 3 months ago

targos commented 3 months ago

This makes fromCompact(toCompact(empty)) incorrect.