You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your Non-negative least squares implementation with numpy arrays.
However, it's difficult to understand how to convert Numpy arrays in El arrays.
Is there an easy way?
There is the function obj.ToNumPy(), so there should be also the opposite, or there is something that I missing in the basic data type?
Thanks in advance!!
Best
The text was updated successfully, but these errors were encountered:
Dear all,
I'm trying to use your Non-negative least squares implementation with numpy arrays.
However, it's difficult to understand how to convert
Numpy
arrays in El arrays.Is there an easy way?
There is the function
obj.ToNumPy()
, so there should be also the opposite, or there is something that I missing in the basic data type?Thanks in advance!!
Best
The text was updated successfully, but these errors were encountered: