WVCompiledBackend
Inspect and build the source-only compiled constant-stratification backend.
Declaration
classdef WVCompiledBackendOverview
WVCompiledBackend is a developer-facing capability and build surface.
It does not select a computational backend for model objects. Detection
is side-effect free with respect to downloads and compilation; building
is always an explicit action.
capabilities = WVCompiledBackend.capabilities();
capabilities = WVCompiledBackend.build();
Topics
Developer Topics
These items document internal implementation details and are not part of the primary public API.
- Inspect compiled support
capabilitiesInspect native compiled-backend support without downloading or building.
- Build compiled support
buildCompile, validate, and transactionally install the pinned native provider.
- Test compiled support