Expand description
Shared helpers for modern builtin implementations.
This module hosts small utility subsystems that new-style builtins can depend on without reaching back into the legacy runtime modules.
Re-exports§
pub use spec::builtin_doc_texts;pub use spec::DocTextInventory;
Modules§
- broadcast
- Broadcasting utilities shared across builtin implementations.
- format
- Shared formatting helpers for string-producing builtins.
- fs
- Filesystem helper utilities shared across REPL-facing builtins.
- gpu_
helpers - linalg
- path_
search - Shared helpers for searching the RunMat filesystem search path.
- path_
state - Session-wide MATLAB path state shared between the
pathbuiltin and filesystem helpers such asexistorwhich. - random
- random_
args - residency
- Shared heuristics for deciding when newly constructed arrays should prefer GPU residency, even when none of their inputs already live on the device.
- shape
- spec
- tensor