We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56c55f + 1ac2dce commit 1b2d5d6Copy full SHA for 1b2d5d6
src/index.ts
@@ -1,4 +1,4 @@
1
-import { fill, flattenDeep, invert, padStart, unzip } from "lodash";
+import { fill, padStart, unzip } from "lodash";
2
import { inv } from "mathjs";
3
4
type Matrix = {
0 commit comments