Expand description
Shared helpers for builtin implementations.
This module hosts small utility subsystems that builtins can depend on.
Modulesยง
- arg_
tokens - broadcast
- Broadcasting utilities shared across builtin implementations.
- concatenation
- Matrix and array concatenation operations
- deal
- elementwise
- Element-wise operations for matrices and scalars
- env
- format
- Shared formatting helpers for string-producing builtins.
- fs
- Filesystem helper utilities shared across REPL-facing builtins.
- gpu_
helpers - indexing
- Matrix indexing and slicing operations
- linalg
- matrix
- Matrix operations for MATLAB-compatible arithmetic
- 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