pub fn setup_b_unreg<const NV: usize>(v: &VecN<NV>, wv: &VecN<NV>) -> VecN<NV>where Const<NV>: DimName, DefaultAllocator: Allocator<Const<NV>>,
Build the unregularised right-hand side b = Wv · v.
b = Wv · v
Returns an NV-element vector suitable for solve_cls with NC = NV.
NV
solve_cls
NC = NV