SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.34k stars 188 forks source link

How to get the inverse of a 2D matrix? #438

Open Mingrui-Yu opened 3 years ago

Mingrui-Yu commented 3 years ago

How to get the inverse of a 2D matrix ?I find NumSharp/src/NumSharp.Core/LinearAlgebra/NdArray.Inv.cs just returns null.

Thanks for your help!