-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no method matching ( ::DeflationProblem, SArray ... ) for static immutable arrays #24
Comments
Hi,
One thing I noticed (maybe unimportant) is that I cannot even make
work. Basically, the methods of
|
this is because
I am one subversion of
|
this is very useful thank you! Although it is the Cont/PALCIterable(Fhandle, Jhandle, x0, par, lens::Lens, contParams::ContinuationPar, linearAlgo::AbstractBorderedLinearSolver) |
It should be, you pass |
how? currently to pass ContinuationPar(newtonOptions=NewtonPar(linsolver=DefaultLS(false))) |
I'm using the iterator interface so I need it initialise |
Ill think about this. |
Deflated newton works with
SizedArray
andMArray
after patchingLinearAlgebra.factorize
howeverDeflationProblem
fails to initialise when usingSArray
.SArray
still works with the normalnewton
without deflation though. Here a minimal working exampleThe text was updated successfully, but these errors were encountered: