clifford icon indicating copy to clipboard operation
clifford copied to clipboard

Added a .pinv() method to MultiVectors plus tests

Open tBuLi opened this issue 3 years ago • 1 comments

PR implementing #366.

I've added a method .pinv() to multivectors, which returns the pseudoinverse instead of the normal inverse. Identical to the matrix inverse method but when invoked on singular elements this does not throw an error but instead returns the original element, because well... it's singular.

tBuLi avatar Oct 09 '20 08:10 tBuLi

CI failures can be ignored. Thanks for the PR, I think I like the pinv name better than your previous suggestion anyway.

eric-wieser avatar Oct 09 '20 09:10 eric-wieser