Skip to main content

fibre_spd

Function fibre_spd 

Source
pub fn fibre_spd(particular: &Spd, basis: &[f32], coeffs: &[f32]) -> Spd
Expand 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).