pub fn fibre_spd(particular: &Spd, basis: &[f32], coeffs: &[f32]) -> SpdExpand description
Construct a fibre element: particular + Σ c_i · ker_i.
basis is the kernel basis (row-major, ker_dim * SPD_SAMPLES entries).
coeffs is the coefficient vector (ker_dim entries).