import choleskyDecomposition from './cholesky'; import dot from './dot'; import matmul from './matmul'; export {choleskyDecomposition, dot, matmul};