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
Params is initialized with the SPICEParameters() class.
inputData needs to be transposed beforehand so that it matches the input expected by SPICE().
The type of inputData needs to be changed to double; otherwise, the function that implements the Quadratic Programming (QP) solver using the Goldfarb/Idnani dual algorithm CRASHES.