Closed tcunis closed 7 months ago
@JOlucak : Please check in particular the cleanpoly
method.
* cleanpoly throws an error e.g. cleanpoly(Vsol,1e-6) where Vsol is a solution from a VS iteration. The error occurs in line 9 (The same syntax worked before) * jacobian(f,x) should distinguish between gram and gram-like variables. Otherwise an error is thrown.
Both cleanpoly
and jacobian
have been updated. Also, pnorm2
from #50 has been added.
Can be merged from my side.
This PR adds the operations
int
andcleanpoly
to classcasos.PS
as well as extending thejacobian
method.