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

NDArray.lstqr() doesn't work #454

Open yangjiandendi opened 3 years ago

yangjiandendi commented 3 years ago

can you check why NDArray.lstqr() doesn't work?

I wanna finish this part, in python it like a = np.linalg.lstsq(x,y)

how does it work in Numsharp?