Skip to main content

setup_b_unreg

Function setup_b_unreg 

Source
pub fn setup_b_unreg<const NV: usize>(v: &VecN<NV>, wv: &VecN<NV>) -> VecN<NV>
Expand description

Build the unregularised right-hand side b = Wv · v.

Returns an NV-element vector suitable for solve_cls with NC = NV.