pymixef.native module

Optional compiled-core discovery without changing scientific defaults.

pymixef.native.library_path()[source]

Return the packaged native library path, if this distribution carries it.

Return type:

Path | None

pymixef.native.native_available()[source]

Return whether this installation contains a packaged native library.

The check only discovers a platform-specific library file; it neither loads that library nor changes PyMixEF’s selected computational backend.

Return type:

bool

pymixef.native.core_version()[source]

Query the native ABI version or raise a stable capability error.

Return type:

str