|
Stratax 0.3.1
|
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:
strataxThe umbrella header is not responsible for:
include/stratax/core/ArrayBase.hppinclude/stratax/core/Buffer.hppinclude/stratax/core/dtypes/Concepts.hppinclude/stratax/core/Config.hppinclude/stratax/exceptions/Exceptions.hppinclude/stratax/core/Shape.hppinclude/stratax/core/ArrayTraits.hppinclude/stratax/core/dtypes/DTypeTraits.hppinclude/stratax/core/dtypes/Promotion.hppinclude/stratax/core/dtypes/Types.hppinclude/stratax/core/Slice.hppinclude/stratax/containers/Matrix.hppinclude/stratax/containers/Tensor.hppinclude/stratax/containers/Vector.hppinclude/stratax/algorithms/Creation.hppinclude/stratax/algorithms/Conversion.hppinclude/stratax/algorithms/Reshape.hppinclude/stratax/algorithms/Reductions.hppinclude/stratax/ops/Comparison.hppinclude/stratax/ops/Arithmetic.hppinclude/stratax/ops/Broadcasting.hppinclude/stratax/indexing/Indexing.hppinclude/stratax/indexing/Slicing.hppThis 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.
docs/dev/README.mddocs/dev/core/dtypes/Concepts.mddocs/dev/containers/Vector.md