Adam Buchanan
Adam Buchanan
@wo80 hitting a similar thing to OP's comment and i did your implementation of least squares. I get results!! but oddly not exactly the same as [numpy.lstsq](https://numpy.org/doc/stable/reference/generated/numpy.linalg.lstsq.html). 12/20 of the...
@wo80 thanks so much for the reply, that was so useful! Been reading on this problem space more, so it would seem that since the A's determinant is 0 0...
gotcha. Well if you ever have the drive I think it'd be cool. Ive been trying to follow [this](https://github.com/dotnet/runtimelab/tree/feature/NativeAOT/samples/NativeLibrary) and its just not as easy as your tool :-)
can i imply full path given? so "c:\assem.dll"? if not how to determine where file is?
Gotcha I see, i appreciate that. I dont believe that in memory connection should be the default.  was able to do this so far. but the amount of hoops...