WVCompiledBackend

Inspect and build the source-only compiled constant-stratification backend.


Declaration

classdef WVCompiledBackend

Overview

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
    • capabilities Inspect native compiled-backend support without downloading or building.
  • Build compiled support
    • build Compile, validate, and transactionally install the pinned native provider.
  • Test compiled support


This site uses Just the Docs, a documentation theme for Jekyll.