runmat 0.4.5-dev.1 → 0.4.5-dev.2

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.
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=fsolve.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsolve.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/fsolve.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UA4EjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,81 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "fsolve",
5
+ "category": "math/optim",
6
+ "keywords": [
7
+ "fsolve",
8
+ "nonlinear solve",
9
+ "root finding",
10
+ "Jacobian",
11
+ "Levenberg-Marquardt"
12
+ ],
13
+ "summary": "Solve scalar or vector nonlinear equation systems using finite-difference Levenberg-Marquardt iterations.",
14
+ "references": [
15
+ "https://www.mathworks.com/help/optim/ug/fsolve.html"
16
+ ],
17
+ "gpu_support": {
18
+ "elementwise": false,
19
+ "reduction": false,
20
+ "precisions": [],
21
+ "broadcasting": "none",
22
+ "notes": "The nonlinear solver runs on the host. Callback functions may still call GPU-aware builtins."
23
+ },
24
+ "fusion": {
25
+ "elementwise": false,
26
+ "reduction": false,
27
+ "max_inputs": 3,
28
+ "constants": "inline"
29
+ },
30
+ "requires_feature": null,
31
+ "tested": {
32
+ "unit": "builtins::math::optim::fsolve::tests",
33
+ "integration": "runmat-vm/tests/closures.rs::fsolve_accepts_anonymous_vector_function"
34
+ },
35
+ "description": "`x = fsolve(fun, x0)` solves `fun(x) = 0` starting from `x0`. Scalar guesses return scalars; vector and matrix guesses return a result with the same shape as `x0`.",
36
+ "behaviors": [
37
+ "The function handle must return a finite real scalar or vector.",
38
+ "Jacobians are estimated with forward finite differences.",
39
+ "The step is chosen with a Levenberg-Marquardt damping parameter and accepted only when it reduces the residual norm.",
40
+ "Options are supplied as a struct, usually created with `optimset`. `TolX`, `TolFun`, `MaxIter`, `MaxFunEvals`, and `Display` are accepted."
41
+ ],
42
+ "examples": [
43
+ {
44
+ "description": "Solve a two-variable nonlinear system",
45
+ "input": "F = @(x) [x(1)^2 + x(2)^2 - 4; x(1)*x(2) - 1];\nx = fsolve(F, [1; 1])",
46
+ "output": "x =\n 1.9319\n 0.5176"
47
+ },
48
+ {
49
+ "description": "Solve a scalar equation",
50
+ "input": "x = fsolve(@sin, 3)",
51
+ "output": "x =\n 3.1416"
52
+ }
53
+ ],
54
+ "links": [
55
+ {
56
+ "label": "fzero",
57
+ "url": "./fzero"
58
+ },
59
+ {
60
+ "label": "optimset",
61
+ "url": "./optimset"
62
+ },
63
+ {
64
+ "label": "linsolve",
65
+ "url": "./linsolve"
66
+ }
67
+ ],
68
+ "source": {
69
+ "label": "`crates/runmat-runtime/src/builtins/math/optim/fsolve.rs`",
70
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/math/optim/fsolve.rs"
71
+ },
72
+ "key": "fsolve",
73
+ "slug": "fsolve",
74
+ "aliases": [],
75
+ "categoryPath": [
76
+ "math",
77
+ "optim"
78
+ ]
79
+ };
80
+ export default builtinDoc;
81
+ //# sourceMappingURL=fsolve.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsolve.js","sourceRoot":"","sources":["../../../src/generated/builtins/fsolve.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,QAAQ;IACjB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE;QACV,QAAQ;QACR,iBAAiB;QACjB,cAAc;QACd,UAAU;QACV,qBAAqB;KACtB;IACD,SAAS,EAAE,2GAA2G;IACtH,YAAY,EAAE;QACZ,qDAAqD;KACtD;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,8FAA8F;KACxG;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,sCAAsC;QAC9C,aAAa,EAAE,uEAAuE;KACvF;IACD,aAAa,EAAE,qKAAqK;IACpL,WAAW,EAAE;QACX,iEAAiE;QACjE,0DAA0D;QAC1D,sHAAsH;QACtH,4IAA4I;KAC7I;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,uCAAuC;YACtD,OAAO,EAAE,uEAAuE;YAChF,QAAQ,EAAE,6BAA6B;SACxC;QACD;YACE,aAAa,EAAE,yBAAyB;YACxC,OAAO,EAAE,qBAAqB;YAC9B,QAAQ,EAAE,iBAAiB;SAC5B;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,OAAO;YAChB,KAAK,EAAE,SAAS;SACjB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,2DAA2D;QACpE,KAAK,EAAE,wGAAwG;KAChH;IACD,KAAK,EAAE,QAAQ;IACf,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,MAAM;QACN,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=fzero.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fzero.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/fzero.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAiFjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,86 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "fzero",
5
+ "category": "math/optim",
6
+ "keywords": [
7
+ "fzero",
8
+ "root finding",
9
+ "zero",
10
+ "brent",
11
+ "optimization"
12
+ ],
13
+ "summary": "Find a zero of a scalar nonlinear function using bracket expansion and Brent's method.",
14
+ "references": [
15
+ "https://www.mathworks.com/help/matlab/ref/fzero.html"
16
+ ],
17
+ "gpu_support": {
18
+ "elementwise": false,
19
+ "reduction": false,
20
+ "precisions": [],
21
+ "broadcasting": "none",
22
+ "notes": "The solver runs on the host. Callback functions may still call GPU-aware builtins."
23
+ },
24
+ "fusion": {
25
+ "elementwise": false,
26
+ "reduction": false,
27
+ "max_inputs": 3,
28
+ "constants": "inline"
29
+ },
30
+ "requires_feature": null,
31
+ "tested": {
32
+ "unit": "builtins::math::optim::fzero::tests",
33
+ "integration": "runmat-vm/tests/closures.rs::fzero_accepts_anonymous_function"
34
+ },
35
+ "description": "`x = fzero(fun, x0)` searches near the scalar initial point `x0` for a sign-changing bracket, then refines the zero. `x = fzero(fun, [a b])` uses the supplied two-element bracket directly.",
36
+ "behaviors": [
37
+ "The function handle must return a finite real scalar.",
38
+ "Bracket endpoints must have opposite signs unless one endpoint is already a root.",
39
+ "Options are supplied as a struct, usually created with `optimset`. `TolX`, `MaxIter`, `MaxFunEvals`, and `Display` are accepted.",
40
+ "Anonymous functions, named function handles, and function-handle strings work through RunMat's existing `feval` dispatch path."
41
+ ],
42
+ "examples": [
43
+ {
44
+ "description": "Find the fixed point of cosine",
45
+ "input": "f = @(x) cos(x) - x;\nx = fzero(f, 0.5)",
46
+ "output": "x =\n 0.7391"
47
+ },
48
+ {
49
+ "description": "Use an explicit bracket",
50
+ "input": "x = fzero(@sin, [3 4])",
51
+ "output": "x =\n 3.1416"
52
+ },
53
+ {
54
+ "description": "Set a tighter tolerance",
55
+ "input": "opts = optimset('TolX', 1e-10, 'Display', 'off');\nx = fzero(@sin, [3 4], opts)",
56
+ "output": "x =\n 3.1416"
57
+ }
58
+ ],
59
+ "links": [
60
+ {
61
+ "label": "fsolve",
62
+ "url": "./fsolve"
63
+ },
64
+ {
65
+ "label": "optimset",
66
+ "url": "./optimset"
67
+ },
68
+ {
69
+ "label": "roots",
70
+ "url": "./roots"
71
+ }
72
+ ],
73
+ "source": {
74
+ "label": "`crates/runmat-runtime/src/builtins/math/optim/fzero.rs`",
75
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/math/optim/fzero.rs"
76
+ },
77
+ "key": "fzero",
78
+ "slug": "fzero",
79
+ "aliases": [],
80
+ "categoryPath": [
81
+ "math",
82
+ "optim"
83
+ ]
84
+ };
85
+ export default builtinDoc;
86
+ //# sourceMappingURL=fzero.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fzero.js","sourceRoot":"","sources":["../../../src/generated/builtins/fzero.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE;QACV,OAAO;QACP,cAAc;QACd,MAAM;QACN,OAAO;QACP,cAAc;KACf;IACD,SAAS,EAAE,wFAAwF;IACnG,YAAY,EAAE;QACZ,sDAAsD;KACvD;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,oFAAoF;KAC9F;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,+DAA+D;KAC/E;IACD,aAAa,EAAE,8LAA8L;IAC7M,WAAW,EAAE;QACX,uDAAuD;QACvD,mFAAmF;QACnF,kIAAkI;QAClI,gIAAgI;KACjI;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,gCAAgC;YAC/C,OAAO,EAAE,yCAAyC;YAClD,QAAQ,EAAE,iBAAiB;SAC5B;QACD;YACE,aAAa,EAAE,yBAAyB;YACxC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,iBAAiB;SAC5B;QACD;YACE,aAAa,EAAE,yBAAyB;YACxC,OAAO,EAAE,iFAAiF;YAC1F,QAAQ,EAAE,iBAAiB;SAC5B;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,UAAU;SAClB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;QACD;YACE,OAAO,EAAE,OAAO;YAChB,KAAK,EAAE,SAAS;SACjB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,0DAA0D;QACnE,KAAK,EAAE,uGAAuG;KAC/G;IACD,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,OAAO;IACf,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,MAAM;QACN,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=optimset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"optimset.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/optimset.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAkEjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,71 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "optimset",
5
+ "category": "math/optim",
6
+ "keywords": [
7
+ "optimset",
8
+ "options",
9
+ "TolX",
10
+ "TolFun",
11
+ "MaxIter",
12
+ "Display"
13
+ ],
14
+ "summary": "Create or update an optimization options structure for fzero and fsolve.",
15
+ "references": [
16
+ "https://www.mathworks.com/help/matlab/ref/optimset.html"
17
+ ],
18
+ "gpu_support": {
19
+ "elementwise": false,
20
+ "reduction": false,
21
+ "precisions": [],
22
+ "broadcasting": "none",
23
+ "notes": "Options are host metadata."
24
+ },
25
+ "fusion": {
26
+ "elementwise": false,
27
+ "reduction": false,
28
+ "max_inputs": 0,
29
+ "constants": "inline"
30
+ },
31
+ "requires_feature": null,
32
+ "tested": {
33
+ "unit": "builtins::math::optim::optimset::tests"
34
+ },
35
+ "description": "`opts = optimset(name, value, ...)` creates a struct of optimization options. `opts = optimset(old, name, value, ...)` copies an existing options struct and applies overrides.",
36
+ "behaviors": [
37
+ "Option names are case-insensitive for the builtins that consume them.",
38
+ "`TolX`, `TolFun`, `MaxIter`, `MaxFunEvals`, and `Display` are canonicalized when constructed with `optimset`.",
39
+ "Unknown option names are preserved so future solvers can read them."
40
+ ],
41
+ "examples": [
42
+ {
43
+ "description": "Create options for fzero",
44
+ "input": "opts = optimset('TolX', 1e-10, 'Display', 'off');\nx = fzero(@sin, [3 4], opts)",
45
+ "output": "x =\n 3.1416"
46
+ }
47
+ ],
48
+ "links": [
49
+ {
50
+ "label": "fzero",
51
+ "url": "./fzero"
52
+ },
53
+ {
54
+ "label": "fsolve",
55
+ "url": "./fsolve"
56
+ }
57
+ ],
58
+ "source": {
59
+ "label": "`crates/runmat-runtime/src/builtins/math/optim/optimset.rs`",
60
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/math/optim/optimset.rs"
61
+ },
62
+ "key": "optimset",
63
+ "slug": "optimset",
64
+ "aliases": [],
65
+ "categoryPath": [
66
+ "math",
67
+ "optim"
68
+ ]
69
+ };
70
+ export default builtinDoc;
71
+ //# sourceMappingURL=optimset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"optimset.js","sourceRoot":"","sources":["../../../src/generated/builtins/optimset.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE;QACV,UAAU;QACV,SAAS;QACT,MAAM;QACN,QAAQ;QACR,SAAS;QACT,SAAS;KACV;IACD,SAAS,EAAE,0EAA0E;IACrF,YAAY,EAAE;QACZ,yDAAyD;KAC1D;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,4BAA4B;KACtC;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,wCAAwC;KACjD;IACD,aAAa,EAAE,iLAAiL;IAChM,WAAW,EAAE;QACX,uEAAuE;QACvE,+GAA+G;QAC/G,qEAAqE;KACtE;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,0BAA0B;YACzC,OAAO,EAAE,iFAAiF;YAC1F,QAAQ,EAAE,iBAAiB;SAC5B;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,OAAO;YAChB,KAAK,EAAE,SAAS;SACjB;QACD;YACE,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,UAAU;SAClB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,6DAA6D;QACtE,KAAK,EAAE,0GAA0G;KAClH;IACD,KAAK,EAAE,UAAU;IACjB,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,MAAM;QACN,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -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,EAquOjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CA+W9D,CAAC;AAEF,eAAO,MAAM,4BAA4B,sEAC0C,CAAC"}
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,EAkyOjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAkX9D,CAAC;AAEF,eAAO,MAAM,4BAA4B,sEAC0C,CAAC"}
@@ -2376,6 +2376,26 @@ export const builtinManifest = [
2376
2376
  "summary": "Rewind the file position indicator to the beginning of an open file.",
2377
2377
  "exampleCount": 3
2378
2378
  },
2379
+ {
2380
+ "key": "fsolve",
2381
+ "title": "fsolve",
2382
+ "slug": "fsolve",
2383
+ "aliases": [],
2384
+ "category": "math/optim",
2385
+ "categoryPath": [
2386
+ "math",
2387
+ "optim"
2388
+ ],
2389
+ "keywords": [
2390
+ "fsolve",
2391
+ "nonlinear solve",
2392
+ "root finding",
2393
+ "Jacobian",
2394
+ "Levenberg-Marquardt"
2395
+ ],
2396
+ "summary": "Solve scalar or vector nonlinear equation systems using finite-difference Levenberg-Marquardt iterations.",
2397
+ "exampleCount": 2
2398
+ },
2379
2399
  {
2380
2400
  "key": "fspecial",
2381
2401
  "title": "fspecial",
@@ -2439,6 +2459,26 @@ export const builtinManifest = [
2439
2459
  "summary": "Write binary data to a file identifier with MATLAB-compatible precision, skip, and machine-format semantics.",
2440
2460
  "exampleCount": 6
2441
2461
  },
2462
+ {
2463
+ "key": "fzero",
2464
+ "title": "fzero",
2465
+ "slug": "fzero",
2466
+ "aliases": [],
2467
+ "category": "math/optim",
2468
+ "categoryPath": [
2469
+ "math",
2470
+ "optim"
2471
+ ],
2472
+ "keywords": [
2473
+ "fzero",
2474
+ "root finding",
2475
+ "zero",
2476
+ "brent",
2477
+ "optimization"
2478
+ ],
2479
+ "summary": "Find a zero of a scalar nonlinear function using bracket expansion and Brent's method.",
2480
+ "exampleCount": 3
2481
+ },
2442
2482
  {
2443
2483
  "key": "gamma",
2444
2484
  "title": "gamma",
@@ -4604,6 +4644,27 @@ export const builtinManifest = [
4604
4644
  "summary": "Create arrays filled with ones within the MATLAB language.",
4605
4645
  "exampleCount": 3
4606
4646
  },
4647
+ {
4648
+ "key": "optimset",
4649
+ "title": "optimset",
4650
+ "slug": "optimset",
4651
+ "aliases": [],
4652
+ "category": "math/optim",
4653
+ "categoryPath": [
4654
+ "math",
4655
+ "optim"
4656
+ ],
4657
+ "keywords": [
4658
+ "optimset",
4659
+ "options",
4660
+ "TolX",
4661
+ "TolFun",
4662
+ "MaxIter",
4663
+ "Display"
4664
+ ],
4665
+ "summary": "Create or update an optimization options structure for fzero and fsolve.",
4666
+ "exampleCount": 1
4667
+ },
4607
4668
  {
4608
4669
  "key": "or",
4609
4670
  "title": "or",
@@ -7516,9 +7577,11 @@ export const builtinDocLoaders = {
7516
7577
  "fprintf": () => import("./builtins/fprintf.js").then((mod) => mod.default),
7517
7578
  "fread": () => import("./builtins/fread.js").then((mod) => mod.default),
7518
7579
  "frewind": () => import("./builtins/frewind.js").then((mod) => mod.default),
7580
+ "fsolve": () => import("./builtins/fsolve.js").then((mod) => mod.default),
7519
7581
  "fspecial": () => import("./builtins/fspecial.js").then((mod) => mod.default),
7520
7582
  "fullfile": () => import("./builtins/fullfile.js").then((mod) => mod.default),
7521
7583
  "fwrite": () => import("./builtins/fwrite.js").then((mod) => mod.default),
7584
+ "fzero": () => import("./builtins/fzero.js").then((mod) => mod.default),
7522
7585
  "gamma": () => import("./builtins/gamma.js").then((mod) => mod.default),
7523
7586
  "gather": () => import("./builtins/gather.js").then((mod) => mod.default),
7524
7587
  "gca": () => import("./builtins/gca.js").then((mod) => mod.default),
@@ -7626,6 +7689,7 @@ export const builtinDocLoaders = {
7626
7689
  "num2str": () => import("./builtins/num2str.js").then((mod) => mod.default),
7627
7690
  "numel": () => import("./builtins/numel.js").then((mod) => mod.default),
7628
7691
  "ones": () => import("./builtins/ones.js").then((mod) => mod.default),
7692
+ "optimset": () => import("./builtins/optimset.js").then((mod) => mod.default),
7629
7693
  "or": () => import("./builtins/or.js").then((mod) => mod.default),
7630
7694
  "orderfields": () => import("./builtins/orderfields.js").then((mod) => mod.default),
7631
7695
  "pad": () => import("./builtins/pad.js").then((mod) => mod.default),