pub const AXIS_ORDER: [&str; 10];Expand description
Canonical axis order — matches the Tensor10D field order exactly so a
Tensor10D can be reinterpreted as ten f32 lanes in this order without
re-shuffling. Index i here is index i into axis_roles in the header
and into the folded_axes bitmask of super::metric_check.
The three spectral/epistemic axes use their normative Greek letters (α,
μ, σ) — the vocabulary the .10d spec and the AGENTS.md bit layout
define — not ASCII substitutes. The Tensor10D Rust struct fields are
named alpha/mu/sigma (Rust identifier convention), but the normative
axis names in the header, error messages, and this table are α/μ/σ.