|
Stratax 0.2.0
|
Version: v0.2.0
Status: Complete
Header: include/stratax.h
stratax.h is the umbrella include for the C++ API surface.
Including this header pulls in core metadata/types, containers, algorithms, operations, and I/O helpers so downstream code can use Stratax without manually including each component header.
The umbrella header is responsible for:
The umbrella header is not responsible for:
Common APIs are available directly under stratax. Grouped aliases are also available for module-style calls such as stratax::creation::zeros, stratax::conversions::to_tensor, and stratax::reductions::sum.
This header intentionally acts as a convenience aggregator. Component-level headers should still be preferred in translation units that need tighter include boundaries or reduced compile-time impact.