runmat 0.5.2-dev.4 → 0.5.2-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/stdlib.snapshot +0 -0
- package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
- package/dist/generated/builtin-examples-catalog.js +1 -1
- package/dist/generated/builtin-examples-catalog.js.map +1 -1
- package/dist/generated/builtins-manifest.d.ts.map +1 -1
- package/dist/generated/builtins-manifest.js +0 -23
- package/dist/generated/builtins-manifest.js.map +1 -1
- package/dist/lsp/runmat_lsp.d.ts +3 -3
- package/dist/lsp/runmat_lsp.js +7 -7
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/lsp/runmat_lsp_bg.wasm.d.ts +3 -3
- package/dist/pkg-web/runmat_wasm_web.d.ts +4 -4
- package/dist/pkg-web/runmat_wasm_web.js +8 -8
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +4 -4
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
- package/dist/generated/builtins/rref.d.ts +0 -4
- package/dist/generated/builtins/rref.d.ts.map +0 -1
- package/dist/generated/builtins/rref.js +0 -133
- package/dist/generated/builtins/rref.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"builtins-manifest.d.ts","sourceRoot":"","sources":["../../src/generated/builtins-manifest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE7E,eAAO,MAAM,eAAe,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"builtins-manifest.d.ts","sourceRoot":"","sources":["../../src/generated/builtins-manifest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE7E,eAAO,MAAM,eAAe,EAAE,oBAAoB,EA83QjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAya9D,CAAC;AAEF,eAAO,MAAM,4BAA4B,sEAC0C,CAAC"}
|
|
@@ -6517,28 +6517,6 @@ export const builtinManifest = [
|
|
|
6517
6517
|
"summary": "Round values to nearest integers, decimal places, or significant digits with MATLAB-compatible modes.",
|
|
6518
6518
|
"exampleCount": 5
|
|
6519
6519
|
},
|
|
6520
|
-
{
|
|
6521
|
-
"key": "rref",
|
|
6522
|
-
"title": "rref",
|
|
6523
|
-
"slug": "rref",
|
|
6524
|
-
"aliases": [],
|
|
6525
|
-
"category": "math/linalg/solve",
|
|
6526
|
-
"categoryPath": [
|
|
6527
|
-
"math",
|
|
6528
|
-
"linalg",
|
|
6529
|
-
"solve"
|
|
6530
|
-
],
|
|
6531
|
-
"keywords": [
|
|
6532
|
-
"rref",
|
|
6533
|
-
"reduced row echelon form",
|
|
6534
|
-
"pivot columns",
|
|
6535
|
-
"Gaussian elimination",
|
|
6536
|
-
"tolerance",
|
|
6537
|
-
"gpu"
|
|
6538
|
-
],
|
|
6539
|
-
"summary": "Compute reduced row echelon form and MATLAB-style pivot column indices.",
|
|
6540
|
-
"exampleCount": 5
|
|
6541
|
-
},
|
|
6542
6520
|
{
|
|
6543
6521
|
"key": "save",
|
|
6544
6522
|
"title": "save",
|
|
@@ -8919,7 +8897,6 @@ export const builtinDocLoaders = {
|
|
|
8919
8897
|
"roots": () => import("./builtins/roots.js").then((mod) => mod.default),
|
|
8920
8898
|
"rot90": () => import("./builtins/rot90.js").then((mod) => mod.default),
|
|
8921
8899
|
"round": () => import("./builtins/round.js").then((mod) => mod.default),
|
|
8922
|
-
"rref": () => import("./builtins/rref.js").then((mod) => mod.default),
|
|
8923
8900
|
"save": () => import("./builtins/save.js").then((mod) => mod.default),
|
|
8924
8901
|
"savepath": () => import("./builtins/savepath.js").then((mod) => mod.default),
|
|
8925
8902
|
"sawtooth": () => import("./builtins/sawtooth.js").then((mod) => mod.default),
|