pub fn setup_b<const NU: usize, const NV: usize, const NC: usize>(
v: &VecN<NV>,
ud: &VecN<NU>,
wv: &VecN<NV>,
wu_norm: &VecN<NU>,
gamma: f32,
) -> VecN<NC>Expand description
Compute the right-hand side b for the regularised WLS problem.