//! Pure dense projection kernels shared by the projected-trace assembly in
//! `reml_outer_engine.rs`: the projected-factor trace `tr(Uᵀ A U)` evaluated without
//! materializing the projection, and the dense projected matrix `Uᵀ A U`. Both
//! are dependency-free `Array2`-only kernels relocated verbatim from the parent,
//! which re-imports them so every call site is unchanged.
use Array2;
pub
pub