Low-level NIF bindings to the zvec C API via Zigler.
This module provides direct access to zvec's version information,
initialization, and shutdown functions. Prefer using the higher-level
Zvex module API instead of calling these directly.
Summary
Functions
@spec check_version( -2_147_483_648..2_147_483_647, -2_147_483_648..2_147_483_647, -2_147_483_648..2_147_483_647 ) :: boolean()
@spec initialize() :: term()
@spec is_initialized() :: boolean()
@spec shutdown() :: term()
@spec version() :: term()
@spec version_major() :: -2_147_483_648..2_147_483_647
@spec version_minor() :: -2_147_483_648..2_147_483_647
@spec version_patch() :: -2_147_483_648..2_147_483_647