pub fn project_trace_coeffs_row_major<F, PolyCoeff, Int, const DEGREE_PLUS_ONE: usize>(
trace: &UairTrace<'_, PolyCoeff, Int, DEGREE_PLUS_ONE>,
field_cfg: &F::Config,
) -> RowMajorTrace<F>Expand description
Project a multi-typed trace onto F[X], returning a row-indexed (transposed)
matrix. Result: trace[row][col] where columns are ordered as binary_poly,
arbitrary_poly, int.
Use this for the combined polynomial approach (non-linear constraints).