MatX
MatX copied to clipboard
[FEA] Add pseudo-inverse operator
Add a (Moore-Penrose) matrix pseudo-inverse operator similar to matlab or scipy pinv(). Pseudo-inverses are used in various problems where a true matrix inverse isn’t available, one example being a least squares fit.