We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0033bf3 commit a5cfaf3Copy full SHA for a5cfaf3
src/index.js
@@ -23,5 +23,5 @@ export {
23
export { default as LuDecomposition, default as LU } from './dc/lu.js';
24
export { default as QrDecomposition, default as QR } from './dc/qr.js';
25
export { default as NNMFDecomposition, default as NNMF } from './dc/nnmf.js';
26
-export { projection } from './projection';
27
-export { distance } from './views/distance';
+export { projection } from './projection.js';
+export { distance } from './views/distance.js';
0 commit comments