Expand description
Active language compatibility policy for runtime builtin dispatch.
Structs§
Constants§
- MATLAB_
COMPATIBILITY_ RELEASE - Runtime release identity for RunMat’s compatibility version pin. Keep this
paired with
MATLAB_COMPATIBILITY_VERSION; the reader-facing source of truth isdocs/getting-started/compatability.md. - MATLAB_
COMPATIBILITY_ VERSION - Numeric product version corresponding to
MATLAB_COMPATIBILITY_RELEASE. - SPARSE_
EXTENSIONS - SPARSE_
INTEGER_ EXTENSION
Functions§
- ensure_
builtin_ extension_ enabled - ensure_
sparse_ integer_ extension_ enabled - Reject a RunMat-only sparse integer result at a MATLAB-compatible language boundary.
- ensure_
value_ compatible - Enforce the sparse-integer extension policy recursively for a public result.
- inherit_
legacy_ extension_ policy - Seed a standalone runtime context from the legacy thread-local extension policy before entering that context’s scope.
- push_
runmat_ extensions_ enabled - Temporarily replace the extension policy and restore it on drop.
- runmat_
extensions_ enabled - Returns whether the current execution may use deliberately classified RunMat-only builtin forms.
- set_
runmat_ extensions_ enabled - Set the extension policy for subsequent builtin dispatch on this thread.