Stratax 0.2.0
Loading...
Searching...
No Matches
Reductions

Version: v0.2.0

Status: Placeholder

Header: include/stratax/core/algorithms/Reductions.hpp


Overview

Reductions.hpp is currently present as an empty header placeholder.

No reduction algorithms are implemented in this file yet.


Current State

  • Header exists
  • No public functions or templates are declared
  • No reduction behavior is currently available from this module

Planned Scope

Typical reduction algorithms expected in this module may include:

  • sum
  • mean
  • min / max
  • Axis-aware reductions

This section is informational only and does not reflect implemented API.


Complexity Summary

Operation Complexity
Current implemented reductions N/A

Future Improvements

  • Add scalar whole-array reductions
  • Add axis-based reductions for tensor containers
  • Add numerically stable variants where appropriate

See Also