ivy icon indicating copy to clipboard operation
ivy copied to clipboard

ivy: matrix inverse for higher dimensions

Open robpike opened this issue 1 year ago • 2 comments

The current algorithm works only for two-dimensional matrices. It's a bit of work but maybe a fun job to take on. It's certainly a lot more code.

robpike avatar Dec 16 '24 09:12 robpike

I assume this would be done using the Moore-Penrose pseudoinverse. In this case, this issue is probably a duplicate of #146.

fzipp avatar Dec 17 '24 21:12 fzipp

Perhaps, but #146 in my head at least was about non-square matrices.

robpike avatar Dec 17 '24 23:12 robpike