Expand description
Problem setup: convert WLS control-allocation parameters into LS form.
Functions§
- setup_a
- Convert WLS control allocation to a least-squares problem
min ||Au - b||. - setup_
a_ unreg - Build the unregularised coefficient matrix
A = Wv · G. - setup_b
- Compute the right-hand side
bfor the LS problem. - setup_
b_ unreg - Build the unregularised right-hand side
b = Wv · v.